Uses of Class
org.apache.qpid.proton.codec.CompositeReadableBuffer
Packages that use CompositeReadableBuffer
-
Uses of CompositeReadableBuffer in org.apache.qpid.proton.codec
Methods in org.apache.qpid.proton.codec that return CompositeReadableBufferModifier and TypeMethodDescriptionCompositeReadableBuffer.append
(byte[] array) Adds the given array into the composite buffer at the end.CompositeReadableBuffer.append
(CompositeReadableBuffer buffer) Adds the given composite buffer contents (from current position, up to the limit) into this composite buffer at the end.CompositeReadableBuffer.append
(ReadableBuffer buffer) Adds the given readable buffer contents (from current position, up to the limit) into this composite buffer at the end.CompositeReadableBuffer.clear()
CompositeReadableBuffer.duplicate()
CompositeReadableBuffer.flip()
CompositeReadableBuffer.get
(byte[] data) CompositeReadableBuffer.get
(byte[] data, int offset, int length) CompositeReadableBuffer.get
(WritableBuffer target) CompositeReadableBuffer.limit
(int limit) CompositeReadableBuffer.mark()
CompositeReadableBuffer.position
(int position) CompositeReadableBuffer.reclaimRead()
Compact the buffer dropping arrays that have been consumed by previous reads from this Composite buffer.CompositeReadableBuffer.reset()
CompositeReadableBuffer.rewind()
CompositeReadableBuffer.slice()
Methods in org.apache.qpid.proton.codec with parameters of type CompositeReadableBufferModifier and TypeMethodDescriptionCompositeReadableBuffer.append
(CompositeReadableBuffer buffer) Adds the given composite buffer contents (from current position, up to the limit) into this composite buffer at the end.