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)