public class ByteBufferBackedInputFile extends Object implements org.apache.parquet.io.InputFile
InputFile backed by byte[] buffer| Constructor and Description |
|---|
ByteBufferBackedInputFile(byte[] buffer,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLength() |
org.apache.parquet.io.SeekableInputStream |
newStream() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.