Class ByteArrayInputFile.ByteArraySeekableInputStream
java.lang.Object
java.io.InputStream
org.apache.parquet.io.SeekableInputStream
org.apache.parquet.io.DelegatingSeekableInputStream
com.here.platform.data.client.flink.impl.decoders.parquet.ByteArrayInputFile.ByteArraySeekableInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- ByteArrayInputFile
public class ByteArrayInputFile.ByteArraySeekableInputStream
extends org.apache.parquet.io.DelegatingSeekableInputStream
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class org.apache.parquet.io.DelegatingSeekableInputStream
close, getStream, read, read, read, readFully, readFully, readFullyMethods inherited from class org.apache.parquet.io.SeekableInputStream
readVectored, readVectoredAvailableMethods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ByteArraySeekableInputStream
-
-
Method Details
-
getPos
public long getPos()- Specified by:
getPosin classorg.apache.parquet.io.DelegatingSeekableInputStream
-
seek
public void seek(long newPos) - Specified by:
seekin classorg.apache.parquet.io.DelegatingSeekableInputStream
-