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