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

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

Uses of TypedBytesWritableInput in org.apache.hadoop.typedbytes
 

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



Copyright © 2009 The Apache Software Foundation