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

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)