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)