public interface  org.apache.qpid.proton.codec.ByteBufferDecoder extends java.lang.Object implements org.apache.qpid.proton.codec.Decoder
{
public abstract void setByteBuffer(java.nio.ByteBuffer);
public abstract int getByteBufferRemaining();
}