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

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)