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 Details

  • Method Details

    • getPos

      public long getPos()
      Specified by:
      getPos in class org.apache.parquet.io.DelegatingSeekableInputStream
    • seek

      public void seek(long newPos)
      Specified by:
      seek in class org.apache.parquet.io.DelegatingSeekableInputStream