Class DumbTerminalProvider.NonCloseableInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.jline.terminal.impl.DumbTerminalProvider.NonCloseableInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
DumbTerminalProvider

private static class DumbTerminalProvider.NonCloseableInputStream extends FilterInputStream
Wrapper that prevents closing the underlying input stream. Used for system streams (System.in) to prevent closing the FileDescriptor.