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

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)