Difference between revisions of "JArchiveGzip"
From Joomla! Documentation
m (moving preparation) |
m (clean up) |
||
Line 2: | Line 2: | ||
=={{JVer|11.1}} JArchiveGzip== | =={{JVer|11.1}} JArchiveGzip== | ||
===Description=== | ===Description=== | ||
− | {{Description:JArchiveGzip}} | + | {{subst:Description:JArchiveGzip}} |
− | + | ||
− | |||
− | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
Line 30: | Line 28: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Filesystem|Filesystem]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Filesystem|Filesystem]] | ||
* [[API17:JArchiveGzip|Other versions of JArchiveGzip]] | * [[API17:JArchiveGzip|Other versions of JArchiveGzip]] | ||
− | {{SeeAlso:JArchiveGzip}} | + | {{subst:SeeAlso:JArchiveGzip}} |
− | + | ||
− | |||
− | |||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> |
Revision as of 08:45, 24 March 2017
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]
{{subst:Description:JArchiveGzip}}
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
{{subst:SeeAlso:JArchiveGzip}}
User contributed notes[edit]
<CodeExamplesForm />