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

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)