org.itc.irst.tcc.sre.util
Class UnZipModel
java.lang.Object
org.itc.irst.tcc.sre.util.UnZipModel
public class UnZipModel
- extends java.lang.Object
TO DO
- Since:
- 1.0
- Version:
- %I%, %G%
- Author:
- Claudio Giuliano
Field Summary |
(package private) static int |
BUFFER
|
private java.util.zip.ZipInputStream |
in
|
(package private) static org.apache.log4j.Logger |
logger
Define a static logger variable so that it references the
Logger instance named UnZipModel . |
private java.util.Map |
map
|
Method Summary |
private void |
extract()
|
java.io.File |
get(java.lang.String desc)
|
java.util.Set |
list()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
static org.apache.log4j.Logger logger
- Define a static logger variable so that it references the
Logger instance named
UnZipModel
.
BUFFER
static final int BUFFER
- See Also:
- Constant Field Values
in
private java.util.zip.ZipInputStream in
map
private java.util.Map map
UnZipModel
public UnZipModel(java.io.File f)
throws java.io.IOException
- Throws:
java.io.IOException
extract
private void extract()
throws java.io.IOException
- Throws:
java.io.IOException
get
public java.io.File get(java.lang.String desc)
list
public java.util.Set list()