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

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)