Class ByteBufferPool

java.lang.Object
com.quietterminal.neon.core.ByteBufferPool

public final class ByteBufferPool extends Object
  • Constructor Details

    • ByteBufferPool

      public ByteBufferPool(int bufferSize, int initSize, int maxSize)
  • Method Details

    • acquire

      public ByteBuffer acquire()
    • release

      public void release(ByteBuffer buf)
    • getBufferSize

      public int getBufferSize()
    • poolSize

      public int poolSize()