Interface ByteBufferAware

  • All Known Implementing Classes:
    ByteBufferManager

    public interface ByteBufferAware
    Author:
    oleksiys
    • Method Detail

      • allocateByteBuffer

        ByteBuffer allocateByteBuffer​(int size)
      • allocateByteBufferAtLeast

        ByteBuffer allocateByteBufferAtLeast​(int size)
      • releaseByteBuffer

        void releaseByteBuffer​(ByteBuffer byteBuffer)