com.kenai.jaffl.util

Class SimpleBufferPool.DefaultPool

static class SimpleBufferPool.DefaultPool extends Object implements BufferPool

Method Summary
ByteBufferget(int size)
voidput(ByteBuffer buffer)
voidputAll(List<ByteBuffer> list)

Method Detail

get

public ByteBuffer get(int size)

put

public void put(ByteBuffer buffer)

putAll

public void putAll(List<ByteBuffer> list)