... OR "save data to file" library.
Hi! I created a small library to write and read binary data to/from files.
The structure of the file format is similar to IFF. The data is organized in blocks and can have unlimited number of subblocks. As an advanced feature the data within a block can be modified (i.e. compress, encrypt, etc) automatically while loading and saving by a custom or predefined data modifier.
The source and binaries can be downloaded from here:
VSFF
This is just a helper library that does not predefine the way data is ordered in a file (except the block header), it just provides functions to read and write the data in a simple manner.
Maybe someone finds it useful.