mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-01-07 07:29:18 +00:00
.. | ||
android/zipper | ||
port | ||
aclocal.m4 | ||
autoconfig.h.in | ||
autogen.sh | ||
CompressedFile.cc | ||
Compressor.cc | ||
config.guess | ||
config.h | ||
config.sub | ||
configure | ||
configure.ac | ||
Container.cc | ||
COPYING | ||
Decompressor.cc | ||
deflate.cc | ||
deflate.hh | ||
depcomp | ||
Doxyfile.in | ||
doxygen.am | ||
Exception.cc | ||
FileReader.cc | ||
FileWriter.cc | ||
gzip.cc | ||
gzip.hh | ||
INSTALL | ||
install-sh | ||
INSTALL.Android | ||
libzipper1.pc.in | ||
ltmain.sh | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
NEWS | ||
Reader.cc | ||
README | ||
split.hh | ||
strerror.hh | ||
util.hh | ||
VERSION | ||
Writer.cc | ||
zip.cc | ||
zip.hh | ||
zipper.1.in | ||
zipper.cc | ||
zipper.hh |
libzipper Michael McMaster <michael@codesrc.com> libzipper offers a flexible C++ interface for reading and writing compressed files in multiple formats. It is intended for use in reading small compressed data files, such as configuration files and saved games. libzipper currently supports plain, zip, and gzip formats. libzipper is not a general-purpose archive management library, as it does not provide access to the filesystem attributes of each file. (ie. libzipper does not support the concepts of file owner, group or permissions. Missing Features - zip64 support (for >4Gb zip files)