Package org.apache.parquet.io
-
Interface Summary Interface Description InputFile InputFileis an interface with the methods needed by Parquet to read data files usingSeekableInputStreaminstances.OutputFile -
Class Summary Class Description DelegatingPositionOutputStream DelegatingSeekableInputStream Implements read methods required bySeekableInputStreamfor generic input streams.PositionOutputStream PositionOutputStreamis an interface with the methods needed by Parquet to write data to a file or Hadoop data stream.SeekableInputStream SeekableInputStreamis an interface with the methods needed by Parquet to read data from a file or Hadoop data stream.