Class ZipUtils.ClosingInputStream

java.lang.Object
java.io.InputStream
de.iip_ecosphere.platform.support.DelegatingInputStream
de.iip_ecosphere.platform.support.ZipUtils.ClosingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
ZipUtils

private static class ZipUtils.ClosingInputStream extends DelegatingInputStream
A delegating input stream that closes a given closable after closing this stream. Typically, the closeable is some parent stream.
Author:
Holger Eichelberger, SSE