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

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

Uses of TypedBytesOutput in org.apache.hadoop.typedbytes
 

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

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

Constructors in org.apache.hadoop.typedbytes with parameters of type TypedBytesOutput
TypedBytesRecordOutput(TypedBytesOutput out)
          Creates a new instance of TypedBytesRecordOutput.
TypedBytesWritableOutput(TypedBytesOutput out)
          Creates a new instance of TypedBytesWritableOutput.
 



Copyright © 2009 The Apache Software Foundation