public interface ByteBufferAware
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
allocateByteBuffer(int size) |
ByteBuffer |
allocateByteBufferAtLeast(int size) |
ByteBuffer |
reallocateByteBuffer(ByteBuffer oldByteBuffer,
int newSize) |
void |
releaseByteBuffer(ByteBuffer byteBuffer) |
ByteBuffer allocateByteBuffer(int size)
ByteBuffer allocateByteBufferAtLeast(int size)
ByteBuffer reallocateByteBuffer(ByteBuffer oldByteBuffer, int newSize)
void releaseByteBuffer(ByteBuffer byteBuffer)
Copyright © 2015 Oracle Corporation. All rights reserved.