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


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
 

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-2003 (20040125)ArgoUML Project HomeArgoUML Cookbook