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)