Michael McMaster b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
..
android b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
port b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
COPYING b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
CompressedFile.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
Compressor.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
Container.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
Decompressor.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
Doxyfile.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
Exception.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
FileReader.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
FileWriter.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
INSTALL b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
INSTALL.Android b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
Makefile.am b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
Makefile.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
NEWS b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
README b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
Reader.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
VERSION b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
Writer.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
aclocal.m4 b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
autoconfig.h.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
autogen.sh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
config.guess b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
config.h b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
config.sub b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
configure b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
configure.ac b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
deflate.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
deflate.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
depcomp b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
doxygen.am b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
gzip.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
gzip.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
install-sh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
libzipper1.pc.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
ltmain.sh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
missing b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
split.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
strerror.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
util.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
zip.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
zip.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
zipper.1.in b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
zipper.cc b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans
zipper.hh b77ae09fe3 scsi2sd-util bug fixes and hot swap support. il y a 11 ans

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)