Java org.apache.hadoop.typedbytes TypedBytesInput fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.typedbytes TypedBytesInput fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

TypedBytesInputget(DataInput in)
Get a thread-local typed bytes input for the supplied DataInput .
doublereadDouble()
Reads the double following a Type.DOUBLE code.
floatreadFloat()
Reads the float following a Type.FLOAT code.
intreadInt()
Reads the integer following a Type.INT code.
longreadLong()
Reads the long following a Type.LONG code.
TreeMapreadMap()
Reads the map following a Type.MAP code.
StringreadString()
Reads the string following a Type.STRING code.
TypereadType()
Reads a type byte and returns the corresponding Type .
ArrayListreadVector()
Reads the vector following a Type.VECTOR code.