Class: VArchiveBzip2

Source Location: /libraries/vwp/archive/drivers/bzip2.php

Class Overview [line 39]

VType
   |
   --VObject
      |
      --VArchive
         |
         --VArchiveBzip2

VWP Bzip2 archive driver

Author(s):

Version:

Copyright:

  • (c) Ralph Ritoch - All Rights Reserved

Variables

Constants

Methods


Inherited Methods

Class: VArchive

VArchive::__construct()
Class constructor
VArchive::create()
Create an archive
VArchive::extract()
Extract an archive
VArchive::getDriver()
Get archive driver
VArchive::getInstance()
Get a VArchive object
VArchive::_cleanPath()
Clean file path
VArchive::_createArchiveFileList()
Reformat a list of files into an archive file list

Class: VObject

VObject::__construct()
Class Constructor
VObject::bind()
Bind values to this object
VObject::delete()
Delete Object
VObject::get()
Get value
VObject::getAll()
Get all object values
VObject::getError()
Get error message
VObject::getErrors()
Get errors
VObject::getMethods()
Get object methods
VObject::getProperties()
Get object properties
VObject::save()
Save Object
VObject::set()
Set a value
VObject::setError()
Set error value
VObject::setProperties()
Set property values
VObject::setProperty()
Set property value
VObject::toString()
Convert object to string
VObject::__destruct()
Class Destructor
VObject::__get()
VObject::__isset()
VObject::__set()
VObject::__toString()
Return object as a string
VObject::__unset()


Class Details

VWP Bzip2 archive driver

This class provides the VWP BZip2 archive driver

Tags:

[ Top ]


Class Variables

$_data =  null

[line 49]

Bzip2 file data buffer

Tags:

  • var - file buffer
  • access - protected

Type: string

Overrides:

[ Top ]


Class Methods

extract

boolean extract( string $archive, string $destination, [array $options = array ()])

[line 61]

Extract a Bzip2 compressed file to a given path

Tags:

  • return - True if successful
  • access - public

Overrides VArchive::extract() (Extract an archive)

Parameters:

  • string $archive - Path to Bzip2 archive to extract
  • string $destination - Path to extract archive to
  • array $options - Extraction options [unused]

[ Top ]


Class Constants


Documentation generated on Sun, 06 Mar 2011 02:21:49 -0600 by phpDocumentor 1.4.3