You are here: Start » Filter Groups » WriteToBuffer

WriteToBuffer

Description

Converts simple value into binary representation and writes it to a byte buffer.

Filters in this group

Icon Name Filter Name Description
Integer WriteIntegerToBuffer Converts integer value into specified binary representation and writes it to a byte buffer.
Long WriteLongToBuffer Converts integer value into specified binary representation and writes it to a byte buffer.
Bool WriteBoolToBuffer Converts boolean value into specified integer binary representation and writes it to a byte buffer.
Real WriteRealToBuffer Converts real value into specified binary representation and writes it to a byte buffer.
Double WriteDoubleToBuffer Converts double value into specified binary representation and writes it to a byte buffer.
String WriteStringToBuffer Converts string value into specified binary representation and writes it to a byte buffer.
Buffer WriteBufferToBuffer Writes content of a source byte buffer into other byte buffer.
BufferArray WriteBufferArrayToBuffer Writes connected content of all source buffer array items into other byte buffer.
IntegerArray WriteIntegerArrayToBuffer Converts an array of integer values into specified binary representation and writes it to a byte buffer.