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

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

Uses of TypedBytesRecordInput in org.apache.hadoop.typedbytes
 

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



Copyright © 2009 The Apache Software Foundation