org.gudy.azureus2.plugins.utils
Interface PooledByteBuffer

All Known Implementing Classes:
PooledByteBufferImpl

public interface PooledByteBuffer


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

Method Detail

toByteArray

byte[] toByteArray()

toByteBuffer

java.nio.ByteBuffer toByteBuffer()

toMap

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

Returns:
Throws:
java.io.IOException

returnToPool

void returnToPool()