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

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)