Class ByteBufferPooledObject
java.lang.Object
zombie.util.PooledObject
zombie.util.ByteBufferPooledObject
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class zombie.util.PooledObject
getPoolReference, isFree, release, setFree, setPool
-
Constructor Details
-
ByteBufferPooledObject
public ByteBufferPooledObject()
-
-
Method Details
-
onReleased
public void onReleased() -
put
public void put(byte[] bytes) -
put
public void put(byte[] bytes, int int1, int int0) -
get
public byte get(int int0) -
capacity
public int capacity() -
position
public int position()
-