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

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)