Package | Description |
---|---|
org.jline.terminal.impl |
JLine 3.
|
org.jline.utils |
JLine 3.
|
Modifier and Type | Field | Description |
---|---|---|
protected NonBlockingInputStream |
AbstractWindowsTerminal.input |
|
protected NonBlockingInputStream |
PosixSysTerminal.input |
Modifier and Type | Class | 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 | Description |
---|---|---|
static NonBlockingInputStream |
NonBlocking.nonBlocking(String name,
InputStream inputStream) |
|
static NonBlockingInputStream |
NonBlocking.nonBlockingStream(NonBlockingReader reader,
Charset encoding) |
Copyright © 2020. All rights reserved.