org.openorb.util
Class ZipHandle
java.lang.Object
|
+--org.openorb.util.ZipHandle
- public class ZipHandle
- extends Object
A zip handle contains information to access a zip file
( for input and output ).
- Version:
- $Revision: 1.2 $ $Date: 2004/02/10 21:28:45 $
- Author:
- Jerome Daniel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipHandle
public ZipHandle(ZipFile in,
ZipOutputStream out)
- Constructor.
- Parameters:
in - The input zip file.out - The output zip stream.
getIn
public ZipFile getIn()
- Return the input zip file.
- Returns:
- The input zip file instance.
getOut
public ZipOutputStream getOut()
- Return the output zip file stream.
- Returns:
- The output zip file stream instance.