| Interface | Description |
|---|---|
| InputFile |
InputFile is an interface with the methods needed by Parquet to read
data files using SeekableInputStream instances. |
| OutputFile |
| Class | Description |
|---|---|
| DelegatingPositionOutputStream | |
| DelegatingSeekableInputStream |
Implements read methods required by
SeekableInputStream for generic input streams. |
| PositionOutputStream |
PositionOutputStream is an interface with the methods needed by
Parquet to write data to a file or Hadoop data stream. |
| SeekableInputStream |
SeekableInputStream is an interface with the methods needed by
Parquet to read data from a file or Hadoop data stream. |
Copyright © 2018 The Apache Software Foundation. All rights reserved.