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

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

Introduction

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

The text is from its open source code.

Constructor

InputBuffer()
Constructs a new empty buffer.

Method

voidreset(byte[] input, int length)
Resets the data that the buffer reads.
voidreset(byte[] input, int start, int length)
Resets the data that the buffer reads.