Java org.apache.hadoop.fs BufferedFSInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.fs BufferedFSInputStream fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

BufferedFSInputStream(FSInputStream in, int size)
Creates a BufferedFSInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.