joeq.ClassLib.Common.java.util.zip
Class ZipFile
java.lang.Object
joeq.ClassLib.Common.java.util.zip.ZipFile
- All Implemented Interfaces:
- ZipConstants
public abstract class ZipFile
- extends Object
- implements ZipConstants
ZipFile
- Version:
- $Id: ZipFile.java,v 1.21 2004/09/30 03:35:34 joewhaley Exp $
- Author:
- John Whaley
Field Summary |
static boolean |
TRACE
|
Fields inherited from interface joeq.ClassLib.Common.java.util.zip.ZipConstants |
CENATT, CENATX, CENCOM, CENCRC, CENDSK, CENEXT, CENFLG, CENHDR, CENHOW, CENLEN, CENNAM, CENOFF, CENSIG, CENSIZ, CENTIM, CENVEM, CENVER, ENDCOM, ENDHDR, ENDOFF, ENDSIG, ENDSIZ, ENDSUB, ENDTOT, EXTCRC, EXTHDR, EXTLEN, EXTSIG, EXTSIZ, LOCCRC, LOCEXT, LOCFLG, LOCHDR, LOCHOW, LOCLEN, LOCNAM, LOCSIG, LOCSIZ, LOCTIM, LOCVER |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRACE
public static final boolean TRACE
- See Also:
- Constant Field Values
ZipFile
public ZipFile(String name)
throws IOException
- Throws:
IOException
ZipFile
public ZipFile(File file,
int mode)
throws IOException
- Throws:
IOException
__init__
public void __init__(String name)
throws IOException
- Throws:
IOException
getEntry
public ZipEntry getEntry(String name)
entries
public Enumeration entries()
size
public int size()
close
public void close()
throws IOException
- Throws:
IOException
getInputStream
public InputStream getInputStream(joeq.ClassLib.Common.java.util.zip.ZipEntry ze)
throws IOException
- Throws:
IOException
Copyright © 2001-2005 John Whaley. All Rights Reserved.