Package zombie.core.utils
Class WrappedBuffer
java.lang.Object
zombie.core.utils.WrappedBuffer
public final class WrappedBuffer
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description WrappedBuffer(int int1) -
Method Summary
Modifier and Type Method Description intcapacity()voiddispose()java.nio.ByteBuffergetBuffer()booleanisDisposed()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WrappedBuffer
public WrappedBuffer(int int1)
-
-
Method Details
-
getBuffer
public java.nio.ByteBuffer getBuffer() -
capacity
public int capacity() -
dispose
public void dispose() -
isDisposed
public boolean isDisposed()
-