org.argouml.persistence
Class ZargoFilePersister.SubInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.argouml.persistence.ZargoFilePersister.SubInputStream
- Enclosing class:
- ZargoFilePersister
- private class ZargoFilePersister.SubInputStream
- extends FilterInputStream
A stream of input streams for reading the Zipped file.
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.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
private ZipInputStream in
ZargoFilePersister.SubInputStream
public ZargoFilePersister.SubInputStream(ZipInputStream z)
- The constructor.
- Parameters:
z
- the zip input stream
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