org.apache.qpid.framing.abstraction
Interface ContentChunk


public interface ContentChunk


Method Summary
 org.apache.mina.common.ByteBuffer getData()
           
 int getSize()
           
 void reduceToFit()
           
 

Method Detail

getSize

int getSize()

getData

org.apache.mina.common.ByteBuffer getData()

reduceToFit

void reduceToFit()


Licensed to the Apache Software Foundation