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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.hadoop.fs.Seekable has the following implementations.
Click this link to see all its implementation.

Method

longgetPos()
Return the current offset from the start of the file
voidseek(long pos)
Seek to the given offset from the start of the file.
booleanseekToNewSource(long targetPos)
Seeks a different copy of the data.