API17

Difference between revisions of "JArchiveGzip"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<span class="editsection" style="font-size:76%;">
+
=={{JVer|11.1}} JArchiveGzip==
<nowiki>[</nowiki>[[Description:JArchiveGzip|Edit Descripton]]<nowiki>]</nowiki>
+
===Description===
</span>
+
 
{{Description:JArchiveGzip}}
+
 
===Defined in===
 
libraries/joomla/filesystem/archive/gzip.php
 
===Subpackage===
 
[[Subpackage Filesystem/11.1|Filesystem]]
 
===Extends===
 
[[JObject/11.1|JObject]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JArchiveGzip::_getFilePosition/11.1|_getFilePosition]]
+
|public
 +
|[[API17:JArchiveGzip::_getFilePosition|_getFilePosition]]
 
|Get file data offset for archive.  
 
|Get file data offset for archive.  
 
|-
 
|-
|[[JArchiveGzip::extract/11.1|extract]]
+
|public
 +
|[[API17:JArchiveGzip::extract|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''' [[API17:JObject|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 this class]]
+
* {{JVer|11.1}} '''JArchiveGzip source code''' on [[jplatform:filesystem/archive/gzip.php|BitBucket]]
{{SeeAlso:JArchiveGzip}}
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Filesystem|Filesystem]]
<span class="editsection" style="font-size:76%;">
+
* [[API17:JArchiveGzip|Other versions of JArchiveGzip]]
<nowiki>[</nowiki>[[SeeAlso:JArchiveGzip|Edit See Also]]<nowiki>]</nowiki>
+
 
</span>
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JArchiveGzip
 
category=JArchiveGzip
category=CodeExample
+
namespace=CodeExample
 
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 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:20, 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.

Joomla 11.1 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]


User contributed notes[edit]

Code Examples[edit]