joeq.ClassLib.ibm13_linux.java.util.zip
Class ZipFile

java.lang.Object
  extended by joeq.ClassLib.ibm13_linux.java.util.zip.ZipFile

public abstract class ZipFile
extends Object

ZipFile

Version:
$Id: ZipFile.java,v 1.8 2004/03/09 06:26:40 jwhaley Exp $
Author:
John Whaley

Field Summary
static Vector inflaters
           
 
Constructor Summary
ZipFile()
           
 
Method Summary
 void __init__(String name)
           
static void init_inflaters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inflaters

public static Vector inflaters
Constructor Detail

ZipFile

public ZipFile()
Method Detail

init_inflaters

public static void init_inflaters()

__init__

public void __init__(String name)
              throws IOException
Throws:
IOException


Copyright © 2001-2005 John Whaley. All Rights Reserved.