| API | Package | Subpackage | Class | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
FileSystem |
JArchiveZip |
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 <eric@themepark.com> http://www.zend.com/codex.php?id=535&single=1</p><p>Deins125 <webmaster@atlant.ru> http://www.zend.com/codex.php?id=470&single=1</p><p>The ZIP compression date code is partially based on code from Peter Listiak <mlady@users.sourceforge.net></p><p>This class is inspired from and draws heavily in code and concept from the Compress package of The Horde Project <http://www.horde.org></p>
| 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 |