static UnsafeByteBuffer |
UnsafeByteBuffer.allocate(int newSize) |
UnsafeByteBuffer |
UbbArgsMapper.build() |
UnsafeByteBuffer |
UnsafeByteBuffer.clear() |
UnsafeByteBuffer |
UnsafeByteBuffer.flip() |
UnsafeByteBuffer |
UnsafeByteBuffer.get(byte[] dst) |
UnsafeByteBuffer |
UnsafeByteBuffer.get(byte[] dst,
int offset,
int length) |
UnsafeByteBuffer |
UnsafeByteBuffer.limit(int newLimit) |
UnsafeByteBuffer |
UnsafeByteBuffer.position(int newPosition) |
UnsafeByteBuffer |
UnsafeByteBuffer.put(byte value) |
UnsafeByteBuffer |
UnsafeByteBuffer.put(int position,
byte value) |
UnsafeByteBuffer |
UnsafeByteBuffer.setPosition(int position) |
UnsafeByteBuffer |
UnsafeByteBuffer.setThrowNoOverflowExceptions(boolean throwNoException) |