JArchiveGzip
Description
Gzip format adapter for the JArchive class
This class is inspired from and draws heavily in code and concept from the Compress package of The Horde Project <http://www.horde.org>
Located in /joomla/filesystem/archive/gzip.php (line 31)
JObject (Subpackage Base)
![]()
JArchiveGzip (Subpackage FileSystem)
Method Summary
Variables
string
$_data
= null (line 49)
Gzip file data buffer
array
$_flags
= array ('FTEXT' => 0x01,
'FHCRC' => 0x02,
'FEXTRA' => 0x04,
'FNAME' => 0x08,
'FCOMMENT' => 0x10
) (line 37)
Gzip file flags.
Inherited Variables
Inherited from JObject
JObject::$_errors
Methods
Extract a Gzip compressed file to a given path
boolean
extract
(string $archive, string $destination, [array $options = array ()])
- string $archive: Path to ZIP archive to extract
- string $destination: Path to extract archive to
- array $options: Extraction options [unused]
Inherited Methods
Inherited From JObject
JObject::JObject()
JObject::__construct()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::getPublicProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()




