org.apache.commons.compress.archivers.tar
public class TarArchive extends AbstractArchive
| Field Summary | |
|---|---|
| static String | ARCHIVER_NAME
ARCHIVER_NAME Field for this archiver. |
| static int | BUFFER |
| static String | DEFAULT_FILE_EXTENSION
DEFAULT_FILE_EXTENSION Field for this archiver. |
| Constructor Summary | |
|---|---|
| TarArchive()
This Archive should be instantiated in the Archive-Interface. | |
| Method Summary | |
|---|---|
| void | doSave(FileOutputStream output) |
| protected void | doUnpack(File unpackDir) |
| String | getDefaultFileExtension() |
| byte[] | getHeader() |
| String | getName() |