Name | Modified | Size | Downloads / Week |
---|---|---|---|
binary | 2014-11-13 | ||
source | 2014-11-13 | ||
README.md | 2014-09-16 | 815 Bytes | |
Totals: 3 Items | 815 Bytes | 0 |
FTFLib
Flexible Tagged Format Library
Flexible Tagged Format (FTF) is a completely flexible storage format using human readable tags, and potentially support storing any type of data.
Features:
-
Platform independent
-
Extremely flexible
-
Truly self describing
-
Meta data stored as variable tags
-
Human readable tags describing file content / data format
-
Possible to use tags without content (like flags)
-
Any type of data formatting / data types
-
Any type of encoding / compression
-
Multiple data content elements
-
Large file support (> 2GB); using 64 bit size fields
-
Platform independent; auto endianness algorithm
-
File integrity checking
-
Easy to use / implement
-
Multi-tier implementation: FTF Content, FTF File and FTF Image libraries