org.apache.commons.compress.archivers.zip
public class ZipArchive 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. |
static byte[] | HEADER
HEADER Field for this archiver. |
Constructor Summary | |
---|---|
ZipArchive()
This Archive should be instantiated in the Archive-Interface. |
Method Summary | |
---|---|
protected void | doSave(FileOutputStream output) |
protected void | doUnpack(File unpackDir) |
String | getDefaultFileExtension() |
byte[] | getHeader() |
String | getName() |