Class NoCloseOutputStream

java.lang.Object
java.io.OutputStream
com.atlassian.bamboo.plugins.ssh.util.NoCloseOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class NoCloseOutputStream extends OutputStream
Provides wrapper around an OutputStream that won't close underlying stream.