com.trilead.ssh2.packets
public class TypesReader extends java.lang.Object
Constructor and Description |
---|
TypesReader(byte[] arr) |
TypesReader(byte[] arr,
int off) |
TypesReader(byte[] arr,
int off,
int len) |
Modifier and Type | Method and Description |
---|---|
boolean |
readBoolean() |
int |
readByte() |
void |
readBytes(byte[] dst,
int off,
int len) |
byte[] |
readBytes(int len) |
byte[] |
readByteString() |
java.math.BigInteger |
readMPINT() |
java.lang.String[] |
readNameList() |
java.lang.String |
readString() |
java.lang.String |
readString(java.lang.String charsetName) |
int |
readUINT32() |
long |
readUINT64() |
int |
remain() |
public TypesReader(byte[] arr)
public TypesReader(byte[] arr, int off)
public TypesReader(byte[] arr, int off, int len)
public int readByte() throws java.io.IOException
java.io.IOException
public byte[] readBytes(int len) throws java.io.IOException
java.io.IOException
public void readBytes(byte[] dst, int off, int len) throws java.io.IOException
java.io.IOException
public boolean readBoolean() throws java.io.IOException
java.io.IOException
public int readUINT32() throws java.io.IOException
java.io.IOException
public long readUINT64() throws java.io.IOException
java.io.IOException
public java.math.BigInteger readMPINT() throws java.io.IOException
java.io.IOException
public byte[] readByteString() throws java.io.IOException
java.io.IOException
public java.lang.String readString(java.lang.String charsetName) throws java.io.IOException
java.io.IOException
public java.lang.String readString() throws java.io.IOException
java.io.IOException
public java.lang.String[] readNameList() throws java.io.IOException
java.io.IOException
public int remain()
Copyright © 2014. All Rights Reserved.