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)