org.crsh.connector.sshd
Class SSHReader

java.lang.Object
  extended by org.crsh.util.InputDecoder
      extended by org.crsh.util.ReaderStateMachine
          extended by org.crsh.connector.sshd.SSHReader
All Implemented Interfaces:
java.util.Iterator<Input>

public class SSHReader
extends ReaderStateMachine

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
SSHReader(java.io.Reader in, int verase, java.io.Writer echo)
           
 
Method Summary
 java.lang.String nextLine()
           
 
Methods inherited from class org.crsh.util.ReaderStateMachine
append, append, echo, echo, echoDel
 
Methods inherited from class org.crsh.util.InputDecoder
appendData, appendDel, getSize, hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHReader

public SSHReader(java.io.Reader in,
                 int verase,
                 java.io.Writer echo)
Method Detail

nextLine

public java.lang.String nextLine()
                          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.