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)