Uses of Class
org.apache.hadoop.io.ByteWritable

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

Uses of ByteWritable in org.apache.hadoop.typedbytes
 

Methods in org.apache.hadoop.typedbytes that return ByteWritable
 ByteWritable TypedBytesWritableInput.readByte()
           
 ByteWritable TypedBytesWritableInput.readByte(ByteWritable bw)
           
 

Methods in org.apache.hadoop.typedbytes with parameters of type ByteWritable
 ByteWritable TypedBytesWritableInput.readByte(ByteWritable bw)
           
 void TypedBytesWritableOutput.writeByte(ByteWritable bw)
           
 



Copyright © 2009 The Apache Software Foundation