Package com.biglybt.pif.utils
Interface PooledByteBuffer
- All Known Implementing Classes:
PooledByteBufferImpl
public interface PooledByteBuffer
-
Method Summary
-
Method Details
-
toByteArray
byte[] toByteArray() -
toByteBuffer
ByteBuffer toByteBuffer() -
toMap
Data must be b-encoded...- Returns:
- Throws:
IOException
-
returnToPool
void returnToPool()
-