org.argouml.util
Class SubInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.FilterInputStream
              |
              +--org.argouml.util.SubInputStream

public class SubInputStream
extends java.io.FilterInputStream


Field Summary
(package private)  java.util.zip.ZipInputStream in
           
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
SubInputStream(java.util.zip.ZipInputStream z)
           
 
Method Summary
 void close()
           
 java.util.zip.ZipEntry getNextEntry()
           
 
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

java.util.zip.ZipInputStream in
Constructor Detail

SubInputStream

public SubInputStream(java.util.zip.ZipInputStream z)
Method Detail

close

public void close()
           throws java.io.IOException
Overrides:
close in class java.io.FilterInputStream
java.io.IOException

getNextEntry

public java.util.zip.ZipEntry getNextEntry()
                                    throws java.io.IOException
java.io.IOException


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook