2.2. Operation - Binary data block operations
Operations provide means for manipulating binary data blocks.
Functions
- append - Append binary data
- assign - Assign binary data block
- chop - Remove count bytes from the end
- clear - Clear binary data block
- concat - Concatenates two specified binary data blocks.
- erase - Erase bytes from data block
- insert - Insert data into binary data block
- left - Get leftmost bytes of binary data block
- mid - Get data section from binary data block
- operator+ - Concatenates two binary data blocks.
- operator+= - Append binary data
- operator= - Assign binary data block
- right - Get rightmost bytes of binary data block
- truncate - Truncate a binary data block at the given position index
- update - Update binary data block