SCSI2SD/software/scsi2sd-util/libzipper-1.0.4
2014-12-23 09:22:01 +10:00
..
android/zipper scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
port scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
aclocal.m4 scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
autoconfig.h.in scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
autogen.sh scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
CompressedFile.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
Compressor.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
config.guess scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
config.h scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
config.sub scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
configure scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
configure.ac scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
Container.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
COPYING scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
Decompressor.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
deflate.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
deflate.hh scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
depcomp scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
Doxyfile.in scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
doxygen.am scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
Exception.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
FileReader.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
FileWriter.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
gzip.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
gzip.hh scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
INSTALL scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
install-sh scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
INSTALL.Android scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
libzipper1.pc.in scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
ltmain.sh scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
Makefile.am scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
Makefile.in scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
missing scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
NEWS scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
Reader.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
README scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
split.hh scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
strerror.hh scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
util.hh scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
VERSION scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
Writer.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
zip.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
zip.hh scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
zipper.1.in scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
zipper.cc scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00
zipper.hh scsi2sd-util bug fixes and hot swap support. 2014-12-23 09:22:01 +10:00

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)