org.argouml.persistence
Class ZargoFilePersister.SubInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byorg.argouml.persistence.ZargoFilePersister.SubInputStream
Enclosing class:
ZargoFilePersister

private class ZargoFilePersister.SubInputStream
extends FilterInputStream

A stream of input streams for reading the Zipped file.


Field Summary
private  ZipInputStream in
           
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
ZargoFilePersister.SubInputStream(ZipInputStream z)
          The constructor.
 
Method Summary
 void close()
           
 ZipEntry getNextEntry()
          Reads the next ZIP file entry and positions stream at the beginning of the entry data.
 
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

private ZipInputStream in
Constructor Detail

ZargoFilePersister.SubInputStream

public ZargoFilePersister.SubInputStream(ZipInputStream z)
The constructor.

Parameters:
z - the zip input stream
Method Detail

close

public void close()
           throws IOException
Throws:
IOException
See Also:
InputStream.close()

getNextEntry

public ZipEntry getNextEntry()
                      throws IOException
Reads the next ZIP file entry and positions stream at the beginning of the entry data.

Returns:
the ZipEntry just read
Throws:
IOException - if an I/O error has occurred


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