| Interface | Description |
|---|---|
| StdioContextSelector |
A mechanism for determining what the current standard I/O context is.
|
| Class | Description |
|---|---|
| AbstractLoggingWriter |
Abstract base class for writers which log to a logger.
|
| LoggingOutputStream |
A convenience
OutputStream which writes to a LoggingWriter. |
| LoggingWriter |
A writer which sends its data to a logger.
|
| NullInputStream |
An input stream that is always in an EOF condition.
|
| NullOutputStream |
A null output stream, which ignores all output.
|
| SimpleStdioContextSelector |
A simple
org.jboss.stdio.StdioContextSelector implementation which always selects the same context. |
| StdioContext |
A context for console input and output.
|
| StdioService |
An object which exposes the
StdioContext installation methods as a service. |
| WriterOutputStream |
An output stream which decodes into a writer.
|
System#in, System#out, and System#err.Copyright © 2019 JBoss, a division of Red Hat, Inc.