public class ScreenTerminal extends Object
Constructor and Description |
---|
ScreenTerminal() |
ScreenTerminal(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
void |
dump(int[] 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
InterruptedException
protected void setDirty()
public boolean setSize(int w, int h)
public String read()
public boolean write(CharSequence d)
public void dump(int[] fullscreen, int ftop, int fleft, int fheight, int fwidth, int[] cursor)
public String dump(long timeout, boolean forceDump) throws InterruptedException
InterruptedException
Copyright © 2017. All rights reserved.