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

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)