Class ByteBufferPooledObject

java.lang.Object
zombie.util.PooledObject
zombie.util.ByteBufferPooledObject
All Implemented Interfaces:
IPooledObject

public class ByteBufferPooledObject extends PooledObject
  • 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()