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

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)