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

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)