public class ScreenTerminal extends Object
| Constructor and Description |
|---|
ScreenTerminal() |
ScreenTerminal(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(long[] fullscreen,
int ftop,
int fleft,
int fheight,
int fwidth,
int[] cursor) |
String |
dump(long timeout,
boolean forceDump) |
boolean |
isDirty() |
String |
pipe(String d) |
String |
read() |
protected void |
setDirty() |
boolean |
setSize(int w,
int h) |
String |
toString() |
void |
waitDirty() |
boolean |
write(CharSequence d) |
public ScreenTerminal()
public ScreenTerminal(int width,
int height)
public boolean isDirty()
public void waitDirty()
throws InterruptedException
InterruptedExceptionprotected void setDirty()
public boolean setSize(int w,
int h)
public String read()
public boolean write(CharSequence d)
public void dump(long[] fullscreen,
int ftop,
int fleft,
int fheight,
int fwidth,
int[] cursor)
public String dump(long timeout, boolean forceDump) throws InterruptedException
InterruptedExceptionCopyright © 2019. All rights reserved.