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

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

Uses of TypedBytesWritableOutput in org.apache.hadoop.typedbytes
 

Methods in org.apache.hadoop.typedbytes that return TypedBytesWritableOutput
static TypedBytesWritableOutput TypedBytesWritableOutput.get(DataOutput out)
          Get a thread-local typed bytes writable output for the supplied DataOutput.
static TypedBytesWritableOutput TypedBytesWritableOutput.get(TypedBytesOutput out)
          Get a thread-local typed bytes writable input for the supplied TypedBytesOutput.
 



Copyright © 2009 The Apache Software Foundation