Interface ByteBufferAware

All Known Implementing Classes:
ByteBufferManager

public interface ByteBufferAware
Author:
oleksiys
  • Method Details

    • allocateByteBuffer

      ByteBuffer allocateByteBuffer(int size)
    • allocateByteBufferAtLeast

      ByteBuffer allocateByteBufferAtLeast(int size)
    • reallocateByteBuffer

      ByteBuffer reallocateByteBuffer(ByteBuffer oldByteBuffer, int newSize)
    • releaseByteBuffer

      void releaseByteBuffer(ByteBuffer byteBuffer)