Class BufferPool
- java.lang.Object
-
- io.github.joealisson.mmocore.internal.BufferPool
-
public class BufferPool extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BufferPool(int maxSize, int bufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBufferget()voidinitialize(float factor)voidrecycle(java.nio.ByteBuffer buffer)
-