| Package | Description |
|---|---|
| org.jline.terminal.impl |
JLine 3.
|
| org.jline.utils |
JLine 3.
|
| Modifier and Type | Field and Description |
|---|---|
protected NonBlockingInputStream |
AbstractWindowsTerminal.input |
protected NonBlockingInputStream |
PosixSysTerminal.input |
| Modifier and Type | Class and Description |
|---|---|
class |
NonBlockingInputStreamImpl
This class wraps a regular input stream and allows it to appear as if it
is non-blocking; that is, reads can be performed against it that timeout
if no data is seen for a period of time.
|
class |
NonBlockingPumpInputStream |
| Modifier and Type | Method and Description |
|---|---|
static NonBlockingInputStream |
NonBlocking.nonBlocking(String name,
InputStream inputStream) |
static NonBlockingInputStream |
NonBlocking.nonBlockingStream(NonBlockingReader reader,
Charset encoding) |
Copyright © 2019. All rights reserved.