Class DumbTerminalProvider.NonCloseableOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.jline.terminal.impl.DumbTerminalProvider.NonCloseableOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
DumbTerminalProvider

private static class DumbTerminalProvider.NonCloseableOutputStream extends FilterOutputStream
Wrapper that prevents closing the underlying output stream. Used for system streams (System.out/err) to prevent closing the FileDescriptor.