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

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)