org.cyberiantiger.telnet
Class TelnetInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byorg.cyberiantiger.telnet.TelnetInputStream

public abstract class TelnetInputStream
extends java.io.FilterInputStream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
TelnetInputStream(java.io.InputStream in)
           
 
Method Summary
 int available()
           
 void close()
           
protected abstract  void parseTelnetOption(TelnetOption topt)
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int bOff, int bLen)
           
 
Methods inherited from class java.io.FilterInputStream
mark, markSupported, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelnetInputStream

public TelnetInputStream(java.io.InputStream in)
Method Detail

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException

read

public int read(byte[] b)
         throws java.io.IOException
Throws:
java.io.IOException

read

public int read(byte[] b,
                int bOff,
                int bLen)
         throws java.io.IOException
Throws:
java.io.IOException

available

public int available()
              throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

parseTelnetOption

protected abstract void parseTelnetOption(TelnetOption topt)
                                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003 OSJava. All Rights Reserved.