| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Buffer | |
|---|---|
| org.apache.hadoop.record | (DEPRECATED) 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 Buffer in org.apache.hadoop.record | 
|---|
| Methods in org.apache.hadoop.record that return Buffer | |
|---|---|
 Buffer | 
RecordInput.readBuffer(String tag)
Deprecated. Read byte array from serialized record.  | 
 Buffer | 
CsvRecordInput.readBuffer(String tag)
Deprecated.  | 
 Buffer | 
BinaryRecordInput.readBuffer(String tag)
Deprecated.  | 
 Buffer | 
XmlRecordInput.readBuffer(String tag)
Deprecated.  | 
| Methods in org.apache.hadoop.record with parameters of type Buffer | |
|---|---|
 void | 
XmlRecordOutput.writeBuffer(Buffer buf,
                       String tag)
Deprecated.  | 
 void | 
BinaryRecordOutput.writeBuffer(Buffer buf,
                       String tag)
Deprecated.  | 
 void | 
RecordOutput.writeBuffer(Buffer buf,
                       String tag)
Deprecated. Write a buffer to serialized record.  | 
 void | 
CsvRecordOutput.writeBuffer(Buffer buf,
                       String tag)
Deprecated.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||