]> git.mxchange.org Git - simgear.git/commit
gz wrapper to write and read "container files".
authorThorstenB <brehmt@gmail.com>
Sat, 10 Nov 2012 09:44:19 +0000 (10:44 +0100)
committerThorstenB <brehmt@gmail.com>
Sat, 10 Nov 2012 09:44:19 +0000 (10:44 +0100)
commita9b45967ce43806ddd1df9f28860d6af0e51f39a
treecad8fda677e42f147b0fe49bf19bfa5bff3eeb0c
parent0928bca531938db3f9ea795530dfef21665c5c98
gz wrapper to write and read "container files".
Packs arbitrary data (strings, property trees, binary blobs, ...) into a
single file.
Use this for storing/loading user-data only, not for distribution files
(scenery, aircraft etc).
simgear/misc/CMakeLists.txt
simgear/misc/gzcontainerfile.cxx [new file with mode: 0644]
simgear/misc/gzcontainerfile.hxx [new file with mode: 0644]