Michael McMaster dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
..
android dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
port dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
COPYING dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
CompressedFile.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
Compressor.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
Container.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
Decompressor.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
Doxyfile.in dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
Exception.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
FileReader.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
FileWriter.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
INSTALL dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
INSTALL.Android dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
Makefile.am dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
Makefile.in dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
NEWS dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
README dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
Reader.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
VERSION dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
Writer.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
aclocal.m4 dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
autoconfig.h.in dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
autogen.sh dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
config.guess dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
config.sub dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
configure dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
configure.ac dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
deflate.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
deflate.hh dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
depcomp dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
doxygen.am dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
gzip.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
gzip.hh dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
install-sh dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
libzipper1.pc.in dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
ltmain.sh dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
missing dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
split.hh dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
strerror.hh dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
util.hh dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
zip.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
zip.hh dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
zipper.1.in dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
zipper.cc dd5574f562 Emulation of multiple SCSI targets now working. 11 years ago
zipper.hh dd5574f562 Emulation of multiple SCSI targets now working. 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)