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

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)