JArchiveZip

API Package Subpackage Class Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage FileSystem Class JArchiveZip Reference JArchiveZip Never Work in Progress

ZIP format adapter for the JArchive class<p>The ZIP compression code is partially based on code from: Eric Mueller &lt;eric@themepark.com&gt; http://www.zend.com/codex.php?id=535&amp;single=1</p><p>Deins125 &lt;webmaster@atlant.ru&gt; http://www.zend.com/codex.php?id=470&amp;single=1</p><p>The ZIP compression date code is partially based on code from Peter Listiak &lt;mlady@users.sourceforge.net&gt;</p><p>This class is inspired from and draws heavily in code and concept from the Compress package of The Horde Project &lt;http://www.horde.org&gt;</p>

Methods

Method Description
checkZipData Checks to see if the data is a valid ZIP file.
create Create a ZIP compressed file from an array of file data.
extract Extract a ZIP compressed file to a given path
hasNativeSupport Method to determine if the server has native zip support for faster handling