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

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)