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

Constructor Summary
ZipHandle(ZipFile in, ZipOutputStream out)
          Constructor.
 
Method Summary
 ZipFile getIn()
          Return the input zip file.
 ZipOutputStream getOut()
          Return the output zip file stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipHandle

public ZipHandle(ZipFile in,
                 ZipOutputStream out)
Constructor.
Parameters:
in - The input zip file.
out - The output zip stream.
Method Detail

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.