JArchiveGzip/1.5
From Joomla! Documentation
< JArchiveGzip(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→See also: fixing link to API) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} 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/1.5|_getFilePosition]] | |[[JArchiveGzip::_getFilePosition/1.5|_getFilePosition]] | ||
|Get file data offset for archive. | |Get file data offset for archive. | ||
|- | |- | ||
| + | |public | ||
|[[JArchiveGzip::extract/1.5|extract]] | |[[JArchiveGzip::extract/1.5|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/1.5|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=== | ||
| + | * {{JVer|1.5}} '''JArchiveGzip''' on [http://api.joomla.org/1.5/Joomla-Framework/FileSystem/JArchiveGzip.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JArchiveGzip source code''' on [[jframework15:filesystem/archive/gzip.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Filesystem/1.5|Filesystem]] | ||
| + | * [[JArchiveGzip|Other versions of 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 41: | Line 43: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JArchiveGzip]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JArchiveGzip]]</noinclude> | ||
Latest revision as of 12:58, 13 February 2013
[edit]
JArchiveGzip
[edit] Description
Description:JArchiveGzip [Edit Descripton]
[edit] 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
[edit] Importing
jimport( 'joomla.filesystem.archive.gzip' );
[edit] See also
-
JArchiveGzip on api.joomla.org
-
JArchiveGzip source code on JoomlaCode
-
Subpackage Filesystem
- Other versions of JArchiveGzip
SeeAlso:JArchiveGzip [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />