ch.ethz.ssh2.packets
Class TypesReader
java.lang.Object
ch.ethz.ssh2.packets.TypesReader
public class TypesReader
- extends Object
TypesReader.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypesReader
public TypesReader(byte[] arr)
TypesReader
public TypesReader(byte[] arr,
int off)
TypesReader
public TypesReader(byte[] arr,
int off,
int len)
readByte
public int readByte()
throws IOException
- Throws:
IOException
readBytes
public byte[] readBytes(int len)
throws IOException
- Throws:
IOException
readBytes
public void readBytes(byte[] dst,
int off,
int len)
throws IOException
- Throws:
IOException
readBoolean
public boolean readBoolean()
throws IOException
- Throws:
IOException
readUINT32
public int readUINT32()
throws IOException
- Throws:
IOException
readUINT64
public long readUINT64()
throws IOException
- Throws:
IOException
readMPINT
public BigInteger readMPINT()
throws IOException
- Throws:
IOException
readByteString
public byte[] readByteString()
throws IOException
- Throws:
IOException
readString
public String readString(String charsetName)
throws IOException
- Throws:
IOException
readString
public String readString()
throws IOException
- Throws:
IOException
readNameList
public String[] readNameList()
throws IOException
- Throws:
IOException
remain
public int remain()
Copyright © 2011. All Rights Reserved.