Package org.apache.iceberg.util
Class ByteBuffers
java.lang.Object
org.apache.iceberg.util.ByteBuffers
-
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBuffer
copy
(ByteBuffer buffer) static ByteBuffer
reuse
(ByteBuffer reuse, int length) static byte[]
toByteArray
(ByteBuffer buffer)
-
Method Details
-
toByteArray
-
reuse
-
copy
-