Skip navigation links
JBoss STDIO ${version.jboss.stdio}
A C F G I L N O R S U W 

A

AbstractLoggingWriter - Class in org.jboss.stdio
Abstract base class for writers which log to a logger.
AbstractLoggingWriter() - Constructor for class org.jboss.stdio.AbstractLoggingWriter
Construct a new instance.

C

close() - Method in class org.jboss.stdio.AbstractLoggingWriter
close() - Method in class org.jboss.stdio.WriterOutputStream
create(InputStream, PrintStream, PrintStream) - Static method in class org.jboss.stdio.StdioContext
Create a console I/O context.
create(InputStream, OutputStream, OutputStream) - Static method in class org.jboss.stdio.StdioContext
Create a console I/O context.

F

flush() - Method in class org.jboss.stdio.AbstractLoggingWriter
flush() - Method in class org.jboss.stdio.WriterOutputStream
 

G

getErr() - Method in class org.jboss.stdio.StdioContext
Get the error stream for this context.
getIn() - Method in class org.jboss.stdio.StdioContext
Get the input stream for this context.
getInstance() - Static method in class org.jboss.stdio.NullInputStream
Get the singleton instance.
getInstance() - Static method in class org.jboss.stdio.NullOutputStream
Get the singleton instance.
getLevel() - Method in class org.jboss.stdio.AbstractLoggingWriter
Get the level at which to log.
getLevel() - Method in class org.jboss.stdio.LoggingWriter
Get the level at which to log.
getLogger() - Method in class org.jboss.stdio.AbstractLoggingWriter
Get the logger to use.
getLogger() - Method in class org.jboss.stdio.LoggingWriter
Get the logger to use.
getOut() - Method in class org.jboss.stdio.StdioContext
Get the output stream for this context.
getStdioContext() - Method in class org.jboss.stdio.SimpleStdioContextSelector
Get the current stdio context.
getStdioContext() - Static method in class org.jboss.stdio.StdioContext
Get the current console I/O context.
getStdioContext() - Method in interface org.jboss.stdio.StdioContextSelector
Get the current stdio context.

I

install() - Method in class org.jboss.stdio.SimpleStdioContextSelector
Attempt to install this context selector as the current one.
install() - Static method in class org.jboss.stdio.StdioContext
Install the StdioContext streams.

L

LoggingOutputStream - Class in org.jboss.stdio
A convenience OutputStream which writes to a LoggingWriter.
LoggingOutputStream(String, String) - Constructor for class org.jboss.stdio.LoggingOutputStream
Construct a new instance.
LoggingOutputStream(String, Level) - Constructor for class org.jboss.stdio.LoggingOutputStream
Construct a new instance.
LoggingOutputStream(Logger, Level) - Constructor for class org.jboss.stdio.LoggingOutputStream
Construct a new instance.
LoggingWriter - Class in org.jboss.stdio
A writer which sends its data to a logger.
LoggingWriter(String, String) - Constructor for class org.jboss.stdio.LoggingWriter
Construct a new instance.
LoggingWriter(String, Level) - Constructor for class org.jboss.stdio.LoggingWriter
Construct a new instance.
LoggingWriter(Logger, Level) - Constructor for class org.jboss.stdio.LoggingWriter
Construct a new instance.

N

NullInputStream - Class in org.jboss.stdio
An input stream that is always in an EOF condition.
NullInputStream() - Constructor for class org.jboss.stdio.NullInputStream
 
NullOutputStream - Class in org.jboss.stdio
A null output stream, which ignores all output.
NullOutputStream() - Constructor for class org.jboss.stdio.NullOutputStream
 

O

org.jboss.stdio - package org.jboss.stdio
The JBoss STDIO package.

R

read() - Method in class org.jboss.stdio.NullInputStream
Read a byte.

S

setStdioContextSelector(StdioContextSelector) - Static method in class org.jboss.stdio.StdioContext
Set the standard I/O context selector.
SimpleStdioContextSelector - Class in org.jboss.stdio
A simple org.jboss.stdio.StdioContextSelector implementation which always selects the same context.
SimpleStdioContextSelector(StdioContext) - Constructor for class org.jboss.stdio.SimpleStdioContextSelector
Construct a new instance.
start() - Method in class org.jboss.stdio.StdioService
Start the stdio service.
StdioContext - Class in org.jboss.stdio
A context for console input and output.
StdioContextSelector - Interface in org.jboss.stdio
A mechanism for determining what the current standard I/O context is.
StdioService - Class in org.jboss.stdio
An object which exposes the StdioContext installation methods as a service.
StdioService() - Constructor for class org.jboss.stdio.StdioService
 
stop() - Method in class org.jboss.stdio.StdioService
Stop the stdio service.

U

uninstall() - Static method in class org.jboss.stdio.StdioContext
Uninstall the StdioContext streams.

W

write(int) - Method in class org.jboss.stdio.AbstractLoggingWriter
write(char[], int, int) - Method in class org.jboss.stdio.AbstractLoggingWriter
write(int) - Method in class org.jboss.stdio.NullOutputStream
Ignore the written byte.
write(byte[]) - Method in class org.jboss.stdio.NullOutputStream
Ignore the written bytes.
write(byte[], int, int) - Method in class org.jboss.stdio.NullOutputStream
Ignore the written bytes.
write(int) - Method in class org.jboss.stdio.WriterOutputStream
write(byte[], int, int) - Method in class org.jboss.stdio.WriterOutputStream
WriterOutputStream - Class in org.jboss.stdio
An output stream which decodes into a writer.
WriterOutputStream(Writer) - Constructor for class org.jboss.stdio.WriterOutputStream
Construct a new instance using the default charset.
WriterOutputStream(Writer, String) - Constructor for class org.jboss.stdio.WriterOutputStream
Construct a new instance using the named charset.
WriterOutputStream(Writer, Charset) - Constructor for class org.jboss.stdio.WriterOutputStream
Construct a new instance using the given charset.
WriterOutputStream(Writer, CharsetDecoder) - Constructor for class org.jboss.stdio.WriterOutputStream
Construct a new instance using the given charset decoder.
A C F G I L N O R S U W 
Skip navigation links
JBoss STDIO ${version.jboss.stdio}

Copyright © 2013 JBoss, a division of Red Hat, Inc.