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