Uses of Class
org.apache.hadoop.typedbytes.TypedBytesInput

Packages that use TypedBytesInput
org.apache.hadoop.typedbytes Typed bytes are sequences of bytes in which the first byte is a type code. 
 

Uses of TypedBytesInput in org.apache.hadoop.typedbytes
 

Methods in org.apache.hadoop.typedbytes that return TypedBytesInput
static TypedBytesInput TypedBytesInput.get(DataInput in)
          Get a thread-local typed bytes input for the supplied DataInput.
 

Methods in org.apache.hadoop.typedbytes with parameters of type TypedBytesInput
static TypedBytesRecordInput TypedBytesRecordInput.get(TypedBytesInput in)
          Get a thread-local typed bytes record input for the supplied TypedBytesInput.
static TypedBytesWritableInput TypedBytesWritableInput.get(TypedBytesInput in)
          Get a thread-local typed bytes writable input for the supplied TypedBytesInput.
 

Constructors in org.apache.hadoop.typedbytes with parameters of type TypedBytesInput
TypedBytesRecordInput(TypedBytesInput in)
          Creates a new instance of TypedBytesRecordInput.
TypedBytesWritableInput(TypedBytesInput in)
          Creates a new instance of TypedBytesWritableInput.
 



Copyright © 2009 The Apache Software Foundation