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

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)