Package | Description |
---|---|
com.googlecode.lanterna |
Modifier and Type | Method and Description |
---|---|
static UnixTerminal |
TerminalFacade.createUnixTerminal()
Creates a
UnixTerminal object using the default character set
and System.out and System.in for input and output of the
terminal. |
static UnixTerminal |
TerminalFacade.createUnixTerminal(Charset terminalCharset)
Creates a
UnixTerminal object that is using a supplied character
set when converting characters to bytes. |
static UnixTerminal |
TerminalFacade.createUnixTerminal(InputStream terminalInput,
OutputStream terminalOutput)
Creates a
UnixTerminal object that is using supplied input and
output streams for standard out and standard in. |
static UnixTerminal |
TerminalFacade.createUnixTerminal(InputStream terminalInput,
OutputStream terminalOutput,
Charset terminalCharset)
Creates a
UnixTerminal object that is using supplied input and
output streams for standard out and standard in, as well as a character
set to be used when converting characters to bytes. |
Copyright © 2014. All Rights Reserved.