public class TelnetInputStream
extends java.io.FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
buf |
| Constructor and Description |
|---|
TelnetInputStream(java.io.InputStream in,
Telnet conn) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int offset,
int length) |
public TelnetInputStream(java.io.InputStream in,
Telnet conn)
throws java.io.IOException
java.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b,
int offset,
int length)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOException