org.gudy.azureus2.plugins.utils
Interface PooledByteBuffer


public interface PooledByteBuffer


Method Summary
 void returnToPool()
           
 byte[] toByteArray()
           
 ByteBuffer toByteBuffer()
           
 Map toMap()
          Data must be b-encoded...
 

Method Detail

toByteArray

byte[] toByteArray()

toByteBuffer

ByteBuffer toByteBuffer()

toMap

Map toMap()
          throws IOException
Data must be b-encoded...

Returns:
Throws:
IOException

returnToPool

void returnToPool()