public class SSHIO extends Object implements TermIO
| Constructor and Description |
|---|
SSHIO(CRaSHCommand command) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
cls() |
CodeType |
decode(int code) |
void |
flush() |
int |
getHeight() |
String |
getProperty(String name) |
int |
getWidth() |
boolean |
moveLeft() |
boolean |
moveRight(char c) |
int |
read() |
boolean |
releaseAlternateBuffer() |
boolean |
takeAlternateBuffer() |
void |
write(char c) |
void |
write(CharSequence s) |
void |
write(Style d) |
void |
writeCRLF() |
void |
writeDel() |
public SSHIO(CRaSHCommand command)
public int read()
throws IOException
read in interface TermIOIOExceptionpublic String getProperty(String name)
getProperty in interface TermIOpublic boolean takeAlternateBuffer()
throws IOException
takeAlternateBuffer in interface TermIOIOExceptionpublic boolean releaseAlternateBuffer()
throws IOException
releaseAlternateBuffer in interface TermIOIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic void flush()
throws IOException
flush in interface TermIOIOExceptionpublic void write(CharSequence s) throws IOException
write in interface TermIOIOExceptionpublic void write(char c)
throws IOException
write in interface TermIOIOExceptionpublic void write(Style d) throws IOException
write in interface TermIOIOExceptionpublic void writeDel()
throws IOException
writeDel in interface TermIOIOExceptionpublic void writeCRLF()
throws IOException
writeCRLF in interface TermIOIOExceptionpublic boolean moveRight(char c)
throws IOException
moveRight in interface TermIOIOExceptionpublic boolean moveLeft()
throws IOException
moveLeft in interface TermIOIOExceptionpublic void cls()
throws IOException
cls in interface TermIOIOExceptionCopyright © 2014 eXo Platform SAS. All Rights Reserved.