Uses of Package
org.apache.hadoop.typedbytes

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

Classes in org.apache.hadoop.typedbytes used by org.apache.hadoop.streaming.io
TypedBytesWritable
          Writable for typed bytes.
 

Classes in org.apache.hadoop.typedbytes used by org.apache.hadoop.typedbytes
Type
          The possible type codes.
TypedBytesInput
          Provides functionality for reading typed bytes.
TypedBytesOutput
          Provides functionality for writing typed bytes.
TypedBytesRecordInput
          Serializer for records that writes typed bytes.
TypedBytesRecordOutput
          Deserialized for records that reads typed bytes.
TypedBytesWritable
          Writable for typed bytes.
TypedBytesWritableInput
          Provides functionality for reading typed bytes as Writable objects.
TypedBytesWritableOutput
          Provides functionality for writing Writable objects as typed bytes.
 



Copyright © 2009 The Apache Software Foundation