org.argouml.util
Class SubInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byorg.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
Throws:
java.io.IOException

getNextEntry

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


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