Class NoCloseInputStream

java.lang.Object
java.io.InputStream
com.atlassian.bamboo.plugins.ssh.util.NoCloseInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class NoCloseInputStream extends InputStream
Provides wrapper around an InputStream that won't close underlying stream.