|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
org.knime.core.data.util.NonClosableInputStream
org.knime.core.data.util.NonClosableInputStream.Zip
public static final class NonClosableInputStream.Zip
Special implementation that wraps ZipInputStream objects
and calls ZipInputStream.closeEntry() when the stream is closed.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.knime.core.data.util.NonClosableInputStream |
|---|
NonClosableInputStream.Zip |
| Constructor Summary | |
|---|---|
NonClosableInputStream.Zip(ZipInputStream zipIn)
Wraps a given zip input stream. |
|
| Method Summary | |
|---|---|
void |
close()
Closes the currently open zip entry. |
| Methods inherited from class org.knime.core.data.util.NonClosableInputStream |
|---|
available, getUnderlyingStream, mark, markSupported, read, read, read, reset, skip, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NonClosableInputStream.Zip(ZipInputStream zipIn)
zipIn - The stream to wrap.| Method Detail |
|---|
public void close()
throws IOException
close in interface Closeableclose in class NonClosableInputStreamIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||