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

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

Uses of TypedBytesRecordOutput in org.apache.hadoop.typedbytes
 

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



Copyright © 2009 The Apache Software Foundation