jbet
Class ClassInfoLoader.ZipFileCPE
java.lang.Object
jbet.ClassPathElement
jbet.ClassInfoLoader.ZipFileCPE
- Enclosing class:
- ClassInfoLoader
public static class ClassInfoLoader.ZipFileCPE
- extends ClassPathElement
zipfile returns a reader for a ZIP file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClassInfoLoader.ZipFileCPE
public ClassInfoLoader.ZipFileCPE(java.lang.String zfname)
throws java.io.IOException
- Throws:
java.io.IOException
get
public java.io.InputStream get(java.lang.String filename)
throws java.io.IOException
- Specified by:
get
in class ClassPathElement
- Throws:
java.io.IOException
put
public java.io.OutputStream put(java.lang.String filename)
throws java.io.IOException
- Specified by:
put
in class ClassPathElement
- Throws:
java.io.IOException
classes
public java.util.Iterator classes()
- Specified by:
classes
in class ClassPathElement
subdirs
public java.util.Iterator subdirs()
- Specified by:
subdirs
in class ClassPathElement
class_exists
public boolean class_exists(java.lang.String name)
- Specified by:
class_exists
in class ClassPathElement
subdir_exists
public boolean subdir_exists(java.lang.String name)
- Specified by:
subdir_exists
in class ClassPathElement
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
subdir
public ClassPathElement subdir(java.lang.String dirname)
throws java.io.IOException
- Specified by:
subdir
in class ClassPathElement
- Throws:
java.io.IOException
supports_subdir
public boolean supports_subdir()
- Specified by:
supports_subdir
in class ClassPathElement