kmy.jint.tools
Class Compiler.ZipFileEx

java.lang.Object
  |
  +--java.util.zip.ZipFile
        |
        +--kmy.jint.tools.Compiler.ZipFileEx
Enclosing class:
Compiler

static class Compiler.ZipFileEx
extends java.util.zip.ZipFile


Field Summary
(package private)  java.util.Hashtable tree
           
(package private)  java.lang.String zipName
           
 
Fields inherited from class java.util.zip.ZipFile
DEFLATED, inflaters, jzfile, name, STORED, total
 
Constructor Summary
(package private) Compiler.ZipFileEx(java.io.File f)
           
 
Method Summary
(package private)  Compiler.ZipTreeElement findInTree(java.lang.String name, java.lang.String[] ext)
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.zip.ZipFile
, close, close, entries, getCSize, getEntry, getEntry, getInflater, getInputStream, getInputStream, getMethod, getName, getNextEntry, getTotal, initIDs, open, read, releaseInflater, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

tree

java.util.Hashtable tree

zipName

java.lang.String zipName
Constructor Detail

Compiler.ZipFileEx

Compiler.ZipFileEx(java.io.File f)
             throws java.io.IOException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

findInTree

Compiler.ZipTreeElement findInTree(java.lang.String name,
                                   java.lang.String[] ext)