Package | Description |
---|---|
net.schmizz.sshj.common |
Modifier and Type | Method and Description |
---|---|
protected void |
Buffer.ensureAvailable(int a) |
boolean |
Buffer.readBoolean()
Read an SSH boolean byte
|
byte |
Buffer.readByte()
Read a byte from the buffer
|
byte[] |
Buffer.readBytes()
Read an SSH byte-array
|
Message |
SSHPacket.readMessageID()
Reads an SSH byte and returns it as
Message |
BigInteger |
Buffer.readMPInt()
Read an SSH multiple-precision integer
|
PublicKey |
Buffer.readPublicKey() |
void |
Buffer.readRawBytes(byte[] buf) |
void |
Buffer.readRawBytes(byte[] buf,
int off,
int len) |
String |
Buffer.readString()
Reads an SSH string
|
byte[] |
Buffer.readStringAsBytes()
Reads an SSH string
|
long |
Buffer.readUInt32() |
int |
Buffer.readUInt32AsInt() |
long |
Buffer.readUInt64() |
Copyright © 2009-2012. All Rights Reserved.