set
Insert a single Boolean into the buffer. A key must be present if element is inserted into a map.
Insert a single Byte into the buffer. A key must be present if element is inserted into a map.
Insert a single Short into the buffer. A key must be present if element is inserted into a map.
Insert a single Int into the buffer. A key must be present if element is inserted into a map.
Insert a single Long into the buffer. A key must be present if element is inserted into a map.
Insert a single UByte into the buffer. A key must be present if element is inserted into a map.
Insert a single ULong into the buffer. A key must be present if element is inserted into a map.
Insert a single Float into the buffer. A key must be present if element is inserted into a map.
Insert a single Double into the buffer. A key must be present if element is inserted into a map.
Insert a single String into the buffer. A key must be present if element is inserted into a map.
Adds a ByteArray into the message as a Blob. A key must be present if element is inserted into a map.
Return
position in buffer as the start of byte array
Parameters
byte array
Adds a IntArray into the message as a typed vector of fixed size. A key must be present if element is inserted into a map.
Return
position in buffer as the start of byte array
Parameters
Adds a ShortArray into the message as a typed vector of fixed size. A key must be present if element is inserted into a map.
Return
position in buffer as the start of byte array
Parameters
Adds a LongArray into the message as a typed vector of fixed size. A key must be present if element is inserted into a map.
Return
position in buffer as the start of byte array
Parameters
Adds a FloatArray into the message as a typed vector of fixed size. A key must be present if element is inserted into a map.
Return
position in buffer as the start of byte array
Parameters
Adds a DoubleArray into the message as a typed vector of fixed size. A key must be present if element is inserted into a map.
Return
position in buffer as the start of byte array
Parameters
Adds a UByteArray into the message as a typed vector of fixed size. A key must be present if element is inserted into a map.
Return
position in buffer as the start of byte array
Parameters
Adds a UShortArray into the message as a typed vector of fixed size. A key must be present if element is inserted into a map.
Return
position in buffer as the start of byte array
Parameters
Adds a UIntArray into the message as a typed vector of fixed size. A key must be present if element is inserted into a map.
Return
position in buffer as the start of byte array
Parameters
Adds a ULongArray into the message as a typed vector of fixed size. A key must be present if element is inserted into a map.
Return
position in buffer as the start of byte array