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

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

Uses of BooleanWritable in org.apache.hadoop.typedbytes
 

Methods in org.apache.hadoop.typedbytes that return BooleanWritable
 BooleanWritable TypedBytesWritableInput.readBoolean()
           
 BooleanWritable TypedBytesWritableInput.readBoolean(BooleanWritable bw)
           
 

Methods in org.apache.hadoop.typedbytes with parameters of type BooleanWritable
 BooleanWritable TypedBytesWritableInput.readBoolean(BooleanWritable bw)
           
 void TypedBytesWritableOutput.writeBoolean(BooleanWritable bw)
           
 



Copyright © 2008 The Apache Software Foundation