API17:JArchiveGzip
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JArchiveGzip== | ||
| + | ===Description=== | ||
| + | {{Description:JArchiveGzip}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JArchiveGzip|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JArchiveGzip|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JArchiveGzip::_getFilePosition/11.1|_getFilePosition]] | |[[JArchiveGzip::_getFilePosition/11.1|_getFilePosition]] | ||
|Get file data offset for archive. | |Get file data offset for archive. | ||
|- | |- | ||
| + | |public | ||
|[[JArchiveGzip::extract/11.1|extract]] | |[[JArchiveGzip::extract/11.1|extract]] | ||
|Extract a Gzip compressed file to a given path. | |Extract a Gzip compressed file to a given path. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/filesystem/archive/gzip.php | ||
| + | * '''Extends''' [[JObject/11.1|JObject]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.filesystem.archive.gzip' );</source> | <source lang="php">jimport( 'joomla.filesystem.archive.gzip' );</source> | ||
===See also=== | ===See also=== | ||
| − | * [[JArchiveGzip|Other versions of | + | * {{JVer|11.1}} '''JArchiveGzip source code''' on [[jplatform:filesystem/archive/gzip.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Filesystem/11.1|Filesystem]] | ||
| + | * [[JArchiveGzip|Other versions of JArchiveGzip]] | ||
{{SeeAlso:JArchiveGzip}} | {{SeeAlso:JArchiveGzip}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JArchiveGzip|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JArchiveGzip|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 40: | Line 42: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JArchiveGzip]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JArchiveGzip]]</noinclude> |
Revision as of 13:27, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JArchiveGzip
Description
Description:JArchiveGzip [Edit Descripton]
Methods
| 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
jimport( 'joomla.filesystem.archive.gzip' );
See also
-
JArchiveGzip source code on BitBucket
-
Subpackage Filesystem
- Other versions of JArchiveGzip
SeeAlso:JArchiveGzip [Edit See Also]
User contributed notes
<CodeExamplesForm />
