ByteBuffer

Description

This type stores a raw binary data of variable length (a continuous stream of bytes). It is usually used when implementing a non-textual custom communication with external systems and devices, or when working with non-textual files of arbitrary formats.

Property Size can be used to determine current buffer content size in bytes.

Data held by the ByteBuffer can be interpreted and generated using filters from the Binary Data category.