Package com.gdflab.gdfsr.utils
Class BufferPool
- java.lang.Object
-
- com.gdflab.gdfsr.utils.BufferPool
-
public class BufferPool extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.nio.ByteBuffer
checkout(int size)
static void
cleanUp()
static void
logStats()
static void
release(java.nio.ByteBuffer buffer)
-