JArchiveGzip
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JArchiveGzip[edit]
Description[edit]
Methods[edit]
Visibility | Method name | Description |
---|---|---|
public | _getFilePosition | Get file data offset for archive. |
public | extract | Extract a Gzip compressed file to a given path. |
- Defined in libraries/joomla/filesystem/archive/gzip.php
- Extends JObject
Importing[edit]
jimport( 'joomla.filesystem.archive.gzip' );
See also[edit]
- JArchiveGzip source code on BitBucket
- Subpackage Filesystem
- Other versions of JArchiveGzip
User contributed notes[edit]
Code Examples[edit]