Package com.trilead.ssh2.packets
Class TypesReader
java.lang.Object
com.trilead.ssh2.packets.TypesReader
TypesReader.
-
Constructor Summary
ConstructorsConstructorDescriptionTypesReader
(byte[] arr) TypesReader
(byte[] arr, int off) TypesReader
(byte[] arr, int off, int len) -
Method Summary
-
Constructor Details
-
TypesReader
public TypesReader(byte[] arr) -
TypesReader
public TypesReader(byte[] arr, int off) -
TypesReader
public TypesReader(byte[] arr, int off, int len)
-
-
Method Details
-
readByte
- Throws:
IOException
-
readBytes
- Throws:
IOException
-
readBytes
- Throws:
IOException
-
readBoolean
- Throws:
IOException
-
readUINT32
- Throws:
IOException
-
readUINT64
- Throws:
IOException
-
readMPINT
- Throws:
IOException
-
readByteString
- Throws:
IOException
-
readString
- Throws:
IOException
-
readString
- Throws:
IOException
-
readNameList
- Throws:
IOException
-
remain
public int remain()
-