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