-
class ByteBufferPool extends Pool<ByteBuffer>
A simple ( implementation for byte buffers.
-
-
Constructor Summary
Constructors Constructor Description ByteBufferPool(int bufferSize, int maxPoolSize)
-