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

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)