Package org.dflib.parquet.read
Class BytesInputFile
java.lang.Object
org.dflib.parquet.read.BytesInputFile
- All Implemented Interfaces:
org.apache.parquet.io.InputFile
- Since:
- 1.1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BytesInputFile
public BytesInputFile(byte[] data)
-
-
Method Details
-
getLength
public long getLength()- Specified by:
getLengthin interfaceorg.apache.parquet.io.InputFile
-
newStream
public org.apache.parquet.io.SeekableInputStream newStream()- Specified by:
newStreamin interfaceorg.apache.parquet.io.InputFile
-