com.kenai.jaffl.util
public class MultiBufferPool extends Object implements BufferPool
| Constructor Summary | |
|---|---|
| MultiBufferPool(int maxBufferSize, int maxItemsPerSize, boolean threadSafe)
Creates a new instance of MultiBufferPool | |
| MultiBufferPool(int maxBufferSize, int maxItemsPerSize) | |
| Method Summary | |
|---|---|
| ByteBuffer | get(int size) |
| void | put(ByteBuffer buf) |
| void | putAll(List<ByteBuffer> list) |