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

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

Uses of VIntWritable in org.apache.hadoop.typedbytes
 

Methods in org.apache.hadoop.typedbytes that return VIntWritable
 VIntWritable TypedBytesWritableInput.readVInt()
           
 VIntWritable TypedBytesWritableInput.readVInt(VIntWritable iw)
           
 

Methods in org.apache.hadoop.typedbytes with parameters of type VIntWritable
 VIntWritable TypedBytesWritableInput.readVInt(VIntWritable iw)
           
 void TypedBytesWritableOutput.writeVInt(VIntWritable viw)
           
 



Copyright © 2009 The Apache Software Foundation