Michael McMaster b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
..
android b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
port b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
COPYING b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
CompressedFile.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
Compressor.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
Container.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
Decompressor.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
Doxyfile.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
Exception.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
FileReader.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
FileWriter.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
INSTALL b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
INSTALL.Android b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
Makefile.am b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
Makefile.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
NEWS b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
README b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
Reader.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
VERSION b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
Writer.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
aclocal.m4 b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
autoconfig.h.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
autogen.sh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
config.guess b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
config.h b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
config.sub b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
configure b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
configure.ac b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
deflate.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
deflate.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
depcomp b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
doxygen.am b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
gzip.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
gzip.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
install-sh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
libzipper1.pc.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
ltmain.sh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
missing b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
split.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
strerror.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
util.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
zip.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
zip.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
zipper.1.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
zipper.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 11 سال پیش
zipper.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. 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)