public class AppendableTerminalDataStream
extends java.lang.Object
implements java.lang.Appendable
Constructor and Description |
---|
AppendableTerminalDataStream() |
Modifier and Type | Method and Description |
---|---|
java.lang.Appendable |
append(char c) |
java.lang.Appendable |
append(java.lang.CharSequence csq) |
java.lang.Appendable |
append(java.lang.CharSequence csq,
int start,
int end) |
char |
getChar() |
void |
pushBackBuffer(char[] chars,
int length) |
void |
pushChar(char c) |
java.lang.String |
readNonControlCharacters(int maxLength) |
public char getChar() throws java.io.IOException
java.io.IOException
public void pushChar(char c)
public java.lang.String readNonControlCharacters(int maxLength)
public void pushBackBuffer(char[] chars, int length)
public java.lang.Appendable append(java.lang.CharSequence csq) throws java.io.IOException
append
in interface java.lang.Appendable
java.io.IOException
public java.lang.Appendable append(java.lang.CharSequence csq, int start, int end) throws java.io.IOException
append
in interface java.lang.Appendable
java.io.IOException
public java.lang.Appendable append(char c) throws java.io.IOException
append
in interface java.lang.Appendable
java.io.IOException