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

Packages that use BytesWritable
org.apache.hadoop.record Hadoop record I/O contains classes and a record description language translator for simplifying serialization and deserialization of records in a language-neutral manner. 
 

Uses of BytesWritable in org.apache.hadoop.record
 

Methods in org.apache.hadoop.record that return BytesWritable
 BytesWritable InputArchive.readBuffer(String tag)
           
 BytesWritable BinaryInputArchive.readBuffer(String tag)
           
 

Methods in org.apache.hadoop.record with parameters of type BytesWritable
 void CsvOutputArchive.writeBuffer(BytesWritable buf, String tag)
           
 void BinaryOutputArchive.writeBuffer(BytesWritable buf, String tag)
           
 void OutputArchive.writeBuffer(BytesWritable buf, String tag)
           
 



Copyright © 2006 The Apache Software Foundation