Java org.apache.hadoop.io DataOutputBuffer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io DataOutputBuffer fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

byte[]getData()
Returns the current contents of the buffer.
intgetLength()
Returns the length of the valid data currently in the buffer.
DataOutputBufferreset()
Resets the buffer to empty.