Class FileSegmentInputStream

All Implemented Interfaces:
Closeable, DataInput, AutoCloseable, DataInputPlus, FileDataInput, RewindableDataInput
Direct Known Subclasses:
EncryptedFileSegmentInputStream

public class FileSegmentInputStream extends DataInputBuffer implements FileDataInput
This is the same as DataInputBuffer, i.e. a stream for a fixed byte buffer, except that we also implement FileDataInput by using an offset and a file path.