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)