org.crsh.console
Class ClientOutput
java.lang.Object
org.crsh.console.ClientOutput
public abstract class ClientOutput
- extends Object
Perform client write.
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientOutput
public ClientOutput()
flush
protected abstract void flush()
throws IOException
- Throws:
IOException
writeCRLF
protected abstract void writeCRLF()
throws IOException
- Throws:
IOException
write
protected abstract void write(CharSequence s)
throws IOException
- Throws:
IOException
write
protected abstract void write(char c)
throws IOException
- Throws:
IOException
writeDel
protected abstract void writeDel()
throws IOException
- Throws:
IOException
writeMoveLeft
protected abstract boolean writeMoveLeft()
throws IOException
- Throws:
IOException
writeMoveRight
protected abstract boolean writeMoveRight()
throws IOException
- Throws:
IOException
Copyright © 2010 eXo Platform SAS. All Rights Reserved.