Back to FabImage Library website

You are here: Start » Function Reference » Binary Data

Binary Data

Select a function from the list below.

Icon Name Description Library
LoadBuffer Reads bytes from a file and returns them as a bytes buffer. Lite
SaveBuffer Writes bytes from a byte buffer to a file. Lite

Select Filter Equivalent below.

Icon Name Description Library
ReadBoolFromBuffer Reads boolean value in specified binary format from byte buffer. Lite
ReadBufferArrayFromBuffer Splits chunk of data from byte buffer into array of buffers of equal sizes. Lite
ReadDoubleFromBuffer Reads double value in specified binary format from a byte buffer. Lite
ReadIntegerArrayFromBuffer Reads an array of integer values in specified binary format from a byte buffer. Lite
ReadIntegerFromBuffer Reads integer value in specified binary format from a byte buffer. Lite
ReadRealFromBuffer Reads real value in specified binary format from a byte buffer. Lite
ReadStringFromBuffer Reads string value in specified binary format from a byte buffer. Lite
WriteBoolToBuffer Converts boolean value into specified integer binary representation and writes it to a byte buffer. Lite
WriteBufferArrayToBuffer Writes connected content of all source buffer array items into other byte buffer. Lite
WriteBufferToBuffer Writes content of a source byte buffer into other byte buffer. Lite
WriteDoubleToBuffer Converts double value into specified binary representation and writes it to a byte buffer. Lite
WriteIntegerArrayToBuffer Converts an array of integer values into specified binary representation and writes it to a byte buffer. Lite
WriteIntegerToBuffer Converts integer value into specified binary representation and writes it to a byte buffer. Lite
WriteRealToBuffer Converts real value into specified binary representation and writes it to a byte buffer. Lite
WriteStringToBuffer Converts string value into specified binary representation and writes it to a byte buffer. Lite