\JArchiveExtractable
Archieve class interface
Synopsis
interface JArchiveExtractable
{
- // methods
- public boolean extract()
- public static boolean isSupported()
Methods
public
- extract() — Extract a compressed file to a given path
- isSupported() — Tests whether this adapter can unpack files on this computer.