Class NonClosingInputStream

java.lang.Object
java.io.InputStream
org.eclipse.ease.lang.scriptarchive.NonClosingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class NonClosingInputStream extends InputStream
InputStream delegating all tasks to a base stream. The only method not forwarded is close().