Package eu.simuline.util
Class JavaPath.ZipEntryWrapper.WrappedInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- eu.simuline.util.JavaPath.ZipEntryWrapper.WrappedInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- JavaPath.ZipEntryWrapper
class JavaPath.ZipEntryWrapper.WrappedInputStream extends FilterInputStream
A filter input stream closingJavaPath.ZipEntryWrapper.zipFilewhen closing the stream.
-
-
Field Summary
-
Fields inherited from class java.io.FilterInputStream
in
-
-
Constructor Summary
Constructors Constructor Description WrappedInputStream(InputStream inputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
-
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
-
-
-
Constructor Detail
-
WrappedInputStream
WrappedInputStream(InputStream inputStream)
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-
-