org.cyberiantiger.telnet
Class TelnetInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.cyberiantiger.telnet.TelnetInputStream
- public abstract class TelnetInputStream
- extends java.io.FilterInputStream
| Fields inherited from class java.io.FilterInputStream |
in |
| 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 |
TelnetInputStream
public TelnetInputStream(java.io.InputStream in)
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.