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

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)