- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 29 of file ZipFile.java.
◆ ZipFile()
org.turro.file.ZipFile.ZipFile |
( |
File |
file | ) |
|
Definition at line 31 of file ZipFile.java.
33 actions.add(
new UnZipAction(
this));
List< FileAction > actions
◆ isMyType()
static boolean org.turro.file.ZipFile.isMyType |
( |
File |
file | ) |
|
|
static |
Definition at line 40 of file ZipFile.java.
41 String ext = FileUtil.getExtension(
file);
42 return "zip".equalsIgnoreCase(ext);
◆ unzip()
void org.turro.file.ZipFile.unzip |
( |
| ) |
|
Definition at line 36 of file ZipFile.java.
37 new Unzipper().unzip(
file.getAbsolutePath(), FileUtil.getParentPath(
file.getAbsolutePath()));
The documentation for this class was generated from the following file: