Interface | Description |
---|---|
CloseableIterable<T> | |
DelegatingInputStream | |
DelegatingOutputStream | |
FileAppender<D> | |
InputFile |
An interface used to read input files using
SeekableInputStream instances. |
OutputFile |
An interface used to create output files using
PositionOutputStream instances. |
Class | Description |
---|---|
CloseableGroup | |
PositionOutputStream | |
SeekableInputStream |
SeekableInputStream is an interface with the methods needed to read data from a file or
Hadoop data stream. |