====== JArchiveZip ====== {#JAPI Joomla.Framework FileSystem JArchiveZip #} ZIP format adapter for the JArchive class
The ZIP compression code is partially based on code from: Eric Mueller <eric@themepark.com> http://www.zend.com/codex.php?id=535&single=1
Deins125 <webmaster@atlant.ru> http://www.zend.com/codex.php?id=470&single=1
The ZIP compression date code is partially based on code from Peter Listiak <mlady@users.sourceforge.net>
This class is inspired from and draws heavily in code and concept from the Compress package of The Horde Project <http://www.horde.org>
===== Methods ===== ^ Method ^ Description ^ | [[JArchiveZip-checkZipData|{{references:Method.png?nolink}}]] [[JArchiveZip-checkZipData|checkZipData]] | Checks to see if the data is a valid ZIP file. | | [[JArchiveZip-create|{{references:Method.png?nolink}}]] [[JArchiveZip-create|create]] | Create a ZIP compressed file from an array of file data. | | [[JArchiveZip-extract|{{references:Method.png?nolink}}]] [[JArchiveZip-extract|extract]] | Extract a ZIP compressed file to a given path | | [[JArchiveZip-hasNativeSupport|{{references:Method.png?nolink}}]] [[JArchiveZip-hasNativeSupport|hasNativeSupport]] | Method to determine if the server has native zip support for faster handling | ---- ~~DISCUSSION~~