Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
FTFLib 1.0.3 | 2014-11-13 | ||
FTFLib 1.0.2 | 2014-09-20 | ||
FTFLib 1.0.1 | 2014-09-17 | ||
FTFLib 1.0.0 | 2014-09-16 | ||
Totals: 4 Items | 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