de.jreality.scene.data
Class ByteBufferList.BufferPool

java.lang.Object
  extended by de.jreality.scene.data.ByteBufferList.BufferPool
Enclosing class:
ByteBufferList

public static final class ByteBufferList.BufferPool
extends Object


Constructor Summary
ByteBufferList.BufferPool()
           
 
Method Summary
static ByteBuffer getBuffer(int length)
           
static void release(ByteBuffer bb)
           
static void releaseAll()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteBufferList.BufferPool

public ByteBufferList.BufferPool()
Method Detail

getBuffer

public static ByteBuffer getBuffer(int length)

release

public static void release(ByteBuffer bb)

releaseAll

public static void releaseAll()