Interface ByteBufferPool

All Known Implementing Classes:
ByteBufferPoolImpl

public interface ByteBufferPool
Author:
Charlie Hunt
  • Method Details

    • getByteBuffer

      ByteBuffer getByteBuffer(int theSize)
    • releaseByteBuffer

      void releaseByteBuffer(ByteBuffer thebb)
    • activeCount

      int activeCount()