org.crsh.term
Interface TermIO
- All Known Implementing Classes:
- SSHIO, TelnetIO
public interface TermIO
- Version:
- $Revision$
- Author:
- Julien Viet
read
int read()
throws java.io.IOException
- Throws:
java.io.IOException
getType
CodeType getType(int code)
close
void close()
flush
void flush()
throws java.io.IOException
- Throws:
java.io.IOException
write
void write(java.lang.String s)
throws java.io.IOException
- Throws:
java.io.IOException
writeDel
void writeDel()
throws java.io.IOException
- Throws:
java.io.IOException
writeCRLF
void writeCRLF()
throws java.io.IOException
- Throws:
java.io.IOException
moveRight
boolean moveRight()
throws java.io.IOException
- Throws:
java.io.IOException
moveLeft
boolean moveLeft()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2010 eXo Platform SAS. All Rights Reserved.