Back to FabImage Studio website
You are here: Start » Filter Reference » Binary Data
Binary Data
Select a filter from the list below.
Icon | Name | Description |
---|---|---|
![]() |
LoadBuffer | Reads bytes from a file and returns them as a bytes buffer. |
![]() |
ReadBoolFromBuffer | Reads boolean value in specified binary format from byte buffer. |
![]() |
ReadBufferArrayFromBuffer | Splits chunk of data from byte buffer into array of buffers of equal sizes. |
![]() |
ReadDoubleFromBuffer | Reads double value in specified binary format from a byte buffer. |
![]() |
ReadIntegerArrayFromBuffer | Reads an array of integer values in specified binary format from a byte buffer. |
![]() |
ReadIntegerFromBuffer | Reads integer value in specified binary format from a byte buffer. |
![]() |
ReadRealFromBuffer | Reads real value in specified binary format from a byte buffer. |
![]() |
ReadStringFromBuffer | Reads string value in specified binary format from a byte buffer. |
![]() |
SaveBuffer | Writes bytes from a byte buffer to a file. |
![]() |
WriteBoolToBuffer | Converts boolean value into specified integer binary representation and writes it to a byte buffer. |
![]() |
WriteBufferArrayToBuffer | Writes connected content of all source buffer array items into other byte buffer. |
![]() |
WriteBufferToBuffer | Writes content of a source byte buffer into other byte buffer. |
![]() |
WriteDoubleToBuffer | Converts double value into specified binary representation and writes it to a byte buffer. |
![]() |
WriteIntegerArrayToBuffer | Converts an array of integer values into specified binary representation and writes it to a byte buffer. |
![]() |
WriteIntegerToBuffer | Converts integer value into specified binary representation and writes it to a byte buffer. |
![]() |
WriteRealToBuffer | Converts real value into specified binary representation and writes it to a byte buffer. |
![]() |
WriteStringToBuffer | Converts string value into specified binary representation and writes it to a byte buffer. |