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

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)