Interface ByteBufferAware

  • All Known Implementing Classes:
    ByteBufferManager

    public interface ByteBufferAware
    Author:
    oleksiys
    • Method Detail

      • allocateByteBuffer

        java.nio.ByteBuffer allocateByteBuffer​(int size)
      • allocateByteBufferAtLeast

        java.nio.ByteBuffer allocateByteBufferAtLeast​(int size)
      • reallocateByteBuffer

        java.nio.ByteBuffer reallocateByteBuffer​(java.nio.ByteBuffer oldByteBuffer,
                                                 int newSize)
      • releaseByteBuffer

        void releaseByteBuffer​(java.nio.ByteBuffer byteBuffer)