JArchive

API Package Subpackage Class Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage FileSystem Class JArchive Reference JArchive Never Work in Progress

This is an archive handling class. In this context an archive is a file that contains other files which may or may not be compressed. Examples are “tar” (uncompressed), “gz” (compressed) and “bz2” (best compression). JArchive is a static class and so its methods are available without needing an instantiation of the class.

Methods

Method Description
create Creates an archive.