com.kenai.jaffl.util
Interface BufferPool

All Known Implementing Classes:
MultiBufferPool, SimpleBufferPool

public interface BufferPool


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

Method Detail

get

ByteBuffer get(int size)

put

void put(ByteBuffer buffer)

putAll

void putAll(List<ByteBuffer> list)


Copyright © 2011. All Rights Reserved.