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

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)