Package org.apache.iceberg.util
Class ByteBuffers
- java.lang.Object
-
- org.apache.iceberg.util.ByteBuffers
-
public class ByteBuffers extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.nio.ByteBuffer
copy(java.nio.ByteBuffer buffer)
static java.nio.ByteBuffer
reuse(java.nio.ByteBuffer reuse, int length)
static byte[]
toByteArray(java.nio.ByteBuffer buffer)
-