Class NonCloseableInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.jline.utils.NonCloseableInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

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