Class ByteArrayInputFile.ByteArrayInputStreamWithPos
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
com.here.platform.data.client.flink.impl.decoders.parquet.ByteArrayInputFile.ByteArrayInputStreamWithPos
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- ByteArrayInputFile
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, read, read, readAllBytes, readNBytes, reset, skip, transferToMethods inherited from class java.io.InputStream
nullInputStream, read, readNBytes, skipNBytes
-
Constructor Details
-
ByteArrayInputStreamWithPos
public ByteArrayInputStreamWithPos(byte[] bytes)
-
-
Method Details
-
getPos
public int getPos() -
seek
public void seek(int newPos)
-