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)