|
SSH Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.telnet.Telnet.ByteDecoder
public abstract class Telnet.ByteDecoder
Byte Decoder
Constructor Summary | |
---|---|
Telnet.ByteDecoder()
|
Method Summary | |
---|---|
byte[] |
getBytes(int size,
java.io.InputStream in)
|
abstract java.lang.String |
getDecodedString(byte[] buffer,
java.io.InputStream in)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Telnet.ByteDecoder()
Method Detail |
---|
public abstract java.lang.String getDecodedString(byte[] buffer, java.io.InputStream in)
public byte[] getBytes(int size, java.io.InputStream in) throws java.io.IOException
java.io.IOException
|
SSH Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |