Interface PooledByteBuffer

All Known Implementing Classes:
PooledByteBufferImpl

public interface PooledByteBuffer
  • Method Details

    • toByteArray

      byte[] toByteArray()
    • toByteBuffer

      ByteBuffer toByteBuffer()
    • toMap

      Map toMap() throws IOException
      Data must be b-encoded...
      Returns:
      Throws:
      IOException
    • returnToPool

      void returnToPool()