org.crsh.term.console
Class ViewWriter
java.lang.Object
org.crsh.term.console.ViewWriter
public abstract class ViewWriter
- 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 |
ViewWriter
public ViewWriter()
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(char c)
throws IOException
- Throws:
IOException
Copyright © 2012 eXo Platform SAS. All Rights Reserved.