Class 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 Detail

      • BytesInputFile

        public BytesInputFile​(byte[] data)
    • Method Detail

      • 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