references:joomla.framework:filesystem:jarchiveJArchive
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. MethodsDiscussionDan3000, 2006/04/30 11:29: what about gz? is not mention here but is mentioned in the example. Changed it and also added qualification of compression “bz2” best compression. |


