org.siebengeisslein.core
Class WriteBufferPool

java.lang.Object
  extended by org.siebengeisslein.core.WriteBufferPool

public class WriteBufferPool
extends java.lang.Object


Constructor Summary
WriteBufferPool(int size, int bufferSize)
           
 
Method Summary
 java.nio.ByteBuffer get()
           
 void put(java.nio.ByteBuffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteBufferPool

public WriteBufferPool(int size,
                       int bufferSize)
Method Detail

get

public java.nio.ByteBuffer get()

put

public void put(java.nio.ByteBuffer buffer)