com.kenai.jaffl.util
Interface BufferPool

All Known Implementing Classes:
MultiBufferPool, SimpleBufferPool

public interface BufferPool


Method Summary
 java.nio.ByteBuffer get(int size)
           
 void put(java.nio.ByteBuffer buffer)
           
 void putAll(java.util.List<java.nio.ByteBuffer> list)
           
 

Method Detail

get

java.nio.ByteBuffer get(int size)

put

void put(java.nio.ByteBuffer buffer)

putAll

void putAll(java.util.List<java.nio.ByteBuffer> list)