Package com.biglybt.pif.utils
Interface PooledByteBuffer
-
- All Known Implementing Classes:
PooledByteBufferImpl
public interface PooledByteBuffer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
returnToPool()
byte[]
toByteArray()
java.nio.ByteBuffer
toByteBuffer()
java.util.Map
toMap()
Data must be b-encoded...
-