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)