Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class JArchiveBzip2

Description

Bzip2 format adapter for the JArchive class

Located in /joomla/filesystem/archive/bzip2.php (line 26)

Class JObject   (Subpackage Base)

Class JArchiveBzip2   (Subpackage FileSystem)
Variable Summary
Variable string $_data
Method Summary
Constructor void __construct ()
Method boolean extract (string $archive, string $destination, [array $options = array ()])
Variables
string $_data = null (line 32)

Bzip2 file data buffer

Methods
Constructor __construct (line 41)

Constructor tries to load the bz2 extension of not loaded

  • since: 1.5
  • access: protected
void __construct ()

Redefinition of:
JObject::__construct()
Class constructor, overridden in descendant classes.
extract (line 63)

Extract a Bzip2 compressed file to a given path

  • return: True if successful
  • since: 1.5
  • access: public
boolean extract (string $archive, string $destination, [array $options = array ()])
  • string $archive: Path to Bzip2 archive to extract
  • string $destination: Path to extract archive to
  • array $options: Extraction options [unused]

Inherited Methods

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getPublicProperties()
 JObject::set()
 JObject::toString()

Documentation generated on Mon, 05 Mar 2007 20:53:36 +0000 by phpDocumentor 1.3.1