| Constructor and Description |
|---|
TermIOWriter(TermIO io) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(char c)
Write a single char to the output.
|
void |
write(CharSequence s)
Write a char sequence to the output.
|
public TermIOWriter(TermIO io)
public void write(CharSequence s) throws IOException
s - the char sequenceIOException - any io exceptionpublic void write(char c)
throws IOException
c - the char to writeIOException - any io exceptionCopyright © 2015 eXo Platform SAS. All Rights Reserved.