Package org.jline.builtins
Class Less.InterruptibleInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.jline.builtins.Less.InterruptibleInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- Less
static class Less.InterruptibleInputStream extends java.io.FilterInputStream
-
-
Constructor Summary
Constructors Constructor Description InterruptibleInputStream(java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read(byte[] b, int off, int len)
-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, reset, skip
-
-