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