\JArchiveBzip2
Bzip2 format adapter for the JArchive class
Synopsis
class JArchiveBzip2
implements
JArchiveExtractable
{
- // members
- private $_data;
- // methods
- public boolean extract()
- public static boolean isSupported()
Hierarchy
Implements
Members
private
- $_data
—
string
Bzip2 file data buffer
Methods
public
- extract() — Extract a Bzip2 compressed file to a given path
- isSupported() — Tests whether this adapter can unpack files on this computer.