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

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)