VSFF - Versatile Structured File Format library ...

A forum to store posts deemed exceptionally wise and useful
Post Reply
vi-wer
Posts: 93
Joined: Sun May 20, 2007 7:15 pm
Location: Germany
Contact:

VSFF - Versatile Structured File Format library ...

Post by vi-wer »

... 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. :wink:
Post Reply