NewsFeaturesDownloadsDevelopmentSupportAbout Us

File_Unpacker


Classes

class  BaseUnpacker
class  PclZip
class  RarUnpacker
class  TarBz2Unpacker
class  TarGzUnpacker
class  Unpacker
class  ZipUnpacker

Detailed Description

This module implements support for easily unpacking files compressed with .zip, .tar.gz, .tar.bz2 and .rar provided that all the binary tools are available.

The main Unpacker class is a proxy class that will take care of finding the right subclass according to the package type.