java.lang.Object
com.here.platform.data.client.flink.impl.decoders.parquet.ByteArrayInputFile
All Implemented Interfaces:
org.apache.parquet.io.InputFile

public class ByteArrayInputFile extends Object implements org.apache.parquet.io.InputFile
  • Constructor Details

    • ByteArrayInputFile

      public ByteArrayInputFile(byte[] bytes)
  • Method Details

    • getLength

      public long getLength()
      Specified by:
      getLength in interface org.apache.parquet.io.InputFile
    • newStream

      public org.apache.parquet.io.SeekableInputStream newStream()
      Specified by:
      newStream in interface org.apache.parquet.io.InputFile