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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.hadoop.io.SequenceFile.Reader has subclasses.
Click this link to see all its subclasses.

Constructor

Reader(FileSystem fs, Path file, Configuration conf)
Construct a reader by opening a file from the given file system.
Reader(Configuration conf, Option... opts)