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

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)