|
|||||||||
Home >> All >> ClassLib >> sun13_linux >> java >> util >> [ zip overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
ClassLib.sun13_linux.java.util.zip
Class ZipFile

java.lang.ObjectClassLib.sun13_linux.java.util.zip.ZipFile
- public abstract class ZipFile
- extends java.lang.Object
ZipFile
- Version:
- $Id: ZipFile.java,v 1.4 2003/05/12 10:04:55 joewhaley Exp $
Field Summary | |
private java.util.Hashtable |
entries
|
private java.util.Vector |
inflaters
|
private java.lang.String |
name
|
private java.io.RandomAccessFile |
raf
|
Constructor Summary | |
ZipFile()
|
Method Summary | |
void |
__init__(java.lang.String name)
|
private void |
readCEN()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
name
private java.lang.String name
inflaters
private java.util.Vector inflaters
raf
private java.io.RandomAccessFile raf
entries
private java.util.Hashtable entries
Constructor Detail |
ZipFile
public ZipFile()
Method Detail |
__init__
public void __init__(java.lang.String name) throws java.io.IOException
readCEN
private void readCEN() throws java.io.IOException
|
|||||||||
Home >> All >> ClassLib >> sun13_linux >> java >> util >> [ zip overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |