Class BytesInputFile

java.lang.Object
org.dflib.parquet.read.BytesInputFile
All Implemented Interfaces:
org.apache.parquet.io.InputFile

public class BytesInputFile extends Object implements org.apache.parquet.io.InputFile
Since:
1.1.0
  • Constructor Details

    • BytesInputFile

      public BytesInputFile(byte[] data)
  • 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