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

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)