TOP » Filter Groups » WriteToBuffer
WriteToBuffer
Description
Converts simple value into binary representation and writes it to a byte buffer.
Filters in this group
Icon | Name | Description |
---|---|---|
![]() |
WriteIntegerToBuffer | Converts integer value into specified binary representation and writes it to a byte buffer. |
![]() |
WriteLongToBuffer | Converts integer value into specified binary representation and writes it to a byte buffer. |
![]() |
WriteBoolToBuffer | Converts boolean value into specified integer binary representation and writes it to a byte buffer. |
![]() |
WriteRealToBuffer | Converts real value into specified binary representation and writes it to a byte buffer. |
![]() |
WriteDoubleToBuffer | Converts double value into specified binary representation and writes it to a byte buffer. |
![]() |
WriteStringToBuffer | Converts string value into specified binary representation and writes it to a byte buffer. |
![]() |
WriteBufferToBuffer | Writes content of a source byte buffer into other byte buffer. |
![]() |
WriteBufferArrayToBuffer | Writes connected content of all source buffer array items into other byte buffer. |
![]() |
WriteIntegerArrayToBuffer | Converts an array of integer values into specified binary representation and writes it to a byte buffer. |