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

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)