Java org.apache.hadoop.record RecordInput fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.record RecordInput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.record RecordInput.

The text is from its open source code.

Implementation

org.apache.hadoop.record.RecordInput has the following implementations.
Click this link to see all its implementation.

Method

voidendMap(String tag)
Check the mark for end of the serialized map.
voidendRecord(String tag)
Check the mark for end of the serialized record.
BufferreadBuffer(String tag)
Read byte array from serialized record.
intreadInt(String tag)
Read an integer from serialized record.
longreadLong(String tag)
Read a long integer from serialized record.
StringreadString(String tag)
Read a UTF-8 encoded string from serialized record.
IndexstartMap(String tag)
Check the mark for start of the serialized map.
voidstartRecord(String tag)
Check the mark for start of the serialized record.