Package io.deephaven.parquet.base.util
Class Helpers
java.lang.Object
io.deephaven.parquet.base.util.Helpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull IntBufferensureCapacity(IntBuffer nullOffset) static voidreadBytes(ReadableByteChannel f, byte[] buffer) static org.apache.parquet.bytes.BytesInputreadBytes(ReadableByteChannel f, int expected)
-
Constructor Details
-
Helpers
public Helpers()
-
-
Method Details
-
readBytes
- Throws:
IOException
-
readBytes
public static org.apache.parquet.bytes.BytesInput readBytes(ReadableByteChannel f, int expected) throws IOException - Throws:
IOException
-
ensureCapacity
-