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

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)