- All Superinterfaces:
BufferData
Composite (mutable) buffer data.
-
Field Summary
Fields inherited from interface io.helidon.common.buffers.BufferData
EMPTY_BYTES
-
Method Summary
Modifier and TypeMethodDescriptionadd
(BufferData bufferData) Add this buffer to the list of buffers already in this composite buffer.Methods inherited from interface io.helidon.common.buffers.BufferData
available, capacity, clear, consumed, copy, debugDataBinary, debugDataHex, debugDataHex, forEach, get, indexOf, lastIndexOf, lastIndexOf, read, read, read, readBytes, readFrom, readHpackInt, readInt16, readInt24, readInt32, readLong, readString, readString, readUnsignedInt32, reset, rewind, skip, trim, write, write, write, write, write, writeAscii, writeHpackInt, writeInt16, writeInt24, writeInt32, writeInt8, writeTo, writeTo, writeUnsignedInt32
-
Method Details
-
add
Add this buffer to the list of buffers already in this composite buffer.- Parameters:
bufferData
- buffer data to add to this composite buffer- Returns:
- this instance
-