Michael McMaster dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
..
android dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
port dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
COPYING dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
CompressedFile.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
Compressor.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
Container.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
Decompressor.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
Doxyfile.in dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
Exception.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
FileReader.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
FileWriter.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
INSTALL dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
INSTALL.Android dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
Makefile.am dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
Makefile.in dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
NEWS dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
README dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
Reader.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
VERSION dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
Writer.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
aclocal.m4 dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
autoconfig.h.in dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
autogen.sh dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
config.guess dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
config.sub dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
configure dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
configure.ac dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
deflate.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
deflate.hh dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
depcomp dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
doxygen.am dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
gzip.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
gzip.hh dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
install-sh dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
libzipper1.pc.in dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
ltmain.sh dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
missing dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
split.hh dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
strerror.hh dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
util.hh dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
zip.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
zip.hh dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
zipper.1.in dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
zipper.cc dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos
zipper.hh dd5574f562 Emulation of multiple SCSI targets now working. %!s(int64=11) %!d(string=hai) anos

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)