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

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)