com.trilead.ssh2.packets
Class TypesReader
java.lang.Object
com.trilead.ssh2.packets.TypesReader
public class TypesReader
extends java.lang.Object
TypesReader.
TypesReader
public TypesReader(byte[] arr)
TypesReader
public TypesReader(byte[] arr,
int off)
TypesReader
public TypesReader(byte[] arr,
int off,
int len)
readBoolean
public boolean readBoolean()
throws IOException
readByte
public int readByte()
throws IOException
readByteString
public byte[] readByteString()
throws IOException
readBytes
public void readBytes(byte[] dst,
int off,
int len)
throws IOException
readBytes
public byte[] readBytes(int len)
throws IOException
readMPINT
public BigInteger readMPINT()
throws IOException
readNameList
public String[] readNameList()
throws IOException
readString
public String readString()
throws IOException
readString
public String readString(String charsetName)
throws IOException
readUINT32
public int readUINT32()
throws IOException
readUINT64
public long readUINT64()
throws IOException
remain
public int remain()