Java org.apache.hadoop.hdfs BlockReader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.hdfs BlockReader fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

voidclose()
Close the block reader.
booleanisShortCircuit()
intreadAll(byte[] buf, int offset, int len)
Similar to #readFully(byte[],int,int) except that it will not throw an exception on EOF.