Back to Adaptive Vision Library website

You are here: Start » Function Reference » Binary Data

Binary Data

Select a function from the list below.

IconNameDescription
LoadBufferReads bytes from a file and returns them as a bytes buffer.
SaveBufferWrites bytes from a byte buffer to a file.

Select Filter Equivalent below.

IconNameDescription
ReadBoolFromBufferReads boolean value in specified binary format from byte buffer.
ReadBufferArrayFromBufferSplits chunk of data from byte buffer into array of buffers of equal sizes.
ReadDoubleFromBufferReads double value in specified binary format from a byte buffer.
ReadIntegerArrayFromBufferReads an array of integer values in specified binary format from a byte buffer.
ReadIntegerFromBufferReads integer value in specified binary format from a byte buffer.
ReadRealFromBufferReads real value in specified binary format from a byte buffer.
ReadStringFromBufferReads string value in specified binary format from a byte buffer.
WriteBoolToBufferConverts boolean value into specified integer binary representation and writes it to a byte buffer.
WriteBufferArrayToBufferWrites connected content of all source buffer array items into other byte buffer.
WriteBufferToBufferWrites content of a source byte buffer into other byte buffer.
WriteDoubleToBufferConverts double value into specified binary representation and writes it to a byte buffer.
WriteIntegerArrayToBufferConverts an array of integer values into specified binary representation and writes it to a byte buffer.
WriteIntegerToBufferConverts integer value into specified binary representation and writes it to a byte buffer.
WriteRealToBufferConverts real value into specified binary representation and writes it to a byte buffer.
WriteStringToBufferConverts string value into specified binary representation and writes it to a byte buffer.