Class ByteBufferPooledObject
java.lang.Object
zombie.util.PooledObject
zombie.util.ByteBufferPooledObject
- All Implemented Interfaces:
IPooledObject
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PooledObject
getPoolReference, isFree, release, setFree, setPool
-
Constructor Details
-
ByteBufferPooledObject
public ByteBufferPooledObject()
-
-
Method Details
-
onReleased
public void onReleased() -
put
public void put(byte[] data) -
put
public void put(byte[] data, int start, int length) -
get
public byte get(int index) -
slice
-
capacity
public int capacity() -
position
public int position()
-