Class NoCloseOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.sshd.common.util.io.output.NoCloseOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
TODO Add javadoc
-
Field Summary
Fields inherited from class java.io.FilterOutputStream
out -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static OutputStreamresolveOutputStream(OutputStream output, boolean okToClose) voidwrite(byte[] b, int off, int len) Methods inherited from class java.io.FilterOutputStream
flush, write, write
-
Constructor Details
-
NoCloseOutputStream
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterOutputStream- Throws:
IOException
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException
-
resolveOutputStream
-