Files
SCSI2SD/software/scsi2sd-util/libzipper-1.0.3
Michael McMaster b19a0a4c7c Emulation of multiple SCSI targets now working.
The CDROM device support has a few bugs, as does scsi2sd-util
2014-12-05 13:17:06 +10:00
..

libzipper
Michael McMaster <michael@codesrc.com>

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)