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)