Michael McMaster b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
..
android b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
port b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
COPYING b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
CompressedFile.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
Compressor.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
Container.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
Decompressor.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
Doxyfile.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
Exception.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
FileReader.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
FileWriter.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
INSTALL b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
INSTALL.Android b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
Makefile.am b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
Makefile.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
NEWS b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
README b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
Reader.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
VERSION b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
Writer.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
aclocal.m4 b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
autoconfig.h.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
autogen.sh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
config.guess b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
config.h b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
config.sub b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
configure b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
configure.ac b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
deflate.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
deflate.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
depcomp b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
doxygen.am b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
gzip.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
gzip.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
install-sh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
libzipper1.pc.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
ltmain.sh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
missing b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
split.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
strerror.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
util.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
zip.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
zip.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
zipper.1.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
zipper.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve
zipper.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 éve

README

libzipper
Michael McMaster

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)