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

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)