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)