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

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)