public interface InputFile
InputFile is an interface with the methods needed by Parquet to read
data files using SeekableInputStream instances.| Modifier and Type | Method and Description |
|---|---|
long |
getLength() |
SeekableInputStream |
newStream()
Open a new
SeekableInputStream for the underlying data file. |
long getLength()
throws IOException
IOException - if the length cannot be determinedSeekableInputStream newStream() throws IOException
SeekableInputStream for the underlying data file.SeekableInputStream to read the fileIOException - if the stream cannot be openedCopyright © 2018 The Apache Software Foundation. All rights reserved.