com.sshtools.daemon.terminal
Class Editline.Buffer

java.lang.Object
  extended by com.sshtools.daemon.terminal.CharBuffer
      extended by com.sshtools.daemon.terminal.Editline.Buffer
Enclosing class:
Editline

 class Editline.Buffer
extends CharBuffer


Constructor Summary
Editline.Buffer(int size)
           
 
Method Summary
 
Methods inherited from class com.sshtools.daemon.terminal.CharBuffer
append, clear, ensureSpace, getCharAt, insertCharAt, removeCharAt, setCharAt, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Editline.Buffer

public Editline.Buffer(int size)