org.crsh.term.console
Class ViewWriter

java.lang.Object
  extended by org.crsh.term.console.ViewWriter

public abstract class ViewWriter
extends Object

Perform client write.

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
ViewWriter()
           
 
Method Summary
protected abstract  void flush()
           
protected abstract  void write(char c)
           
protected abstract  void write(CharSequence s)
           
protected abstract  void writeCRLF()
           
protected abstract  void writeDel()
           
protected abstract  boolean writeMoveLeft()
           
protected abstract  boolean writeMoveRight(char c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewWriter

public ViewWriter()
Method Detail

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.