Uses of Class
org.apache.parquet.io.SeekableInputStream
-
Packages that use SeekableInputStream Package Description org.apache.parquet.io -
-
Uses of SeekableInputStream in org.apache.parquet.io
Subclasses of SeekableInputStream in org.apache.parquet.io Modifier and Type Class Description classDelegatingSeekableInputStreamImplements read methods required bySeekableInputStreamfor generic input streams.Methods in org.apache.parquet.io that return SeekableInputStream Modifier and Type Method Description SeekableInputStreamInputFile. newStream()Open a newSeekableInputStreamfor the underlying data file.
-