com.jcraft.jsch
public class Buffer extends Object
| Constructor Summary | |
|---|---|
| Buffer(int size) | |
| Buffer(byte[] buffer) | |
| Buffer() | |
| Method Summary | |
|---|---|
| int | getByte() |
| void | getByte(byte[] foo) |
| int | getByte(int len) |
| int | getInt() |
| int | getLength() |
| long | getLong() |
| byte[] | getMPInt() |
| byte[] | getMPIntBits() |
| int | getOffSet() |
| byte[] | getString() |
| void | putByte(byte foo) |
| void | putByte(byte[] foo) |
| void | putByte(byte[] foo, int begin, int length) |
| void | putInt(int val) |
| void | putLong(long val) |
| void | putMPInt(byte[] foo) |
| void | putString(byte[] foo) |
| void | putString(byte[] foo, int begin, int length) |
| void | reset() |
| void | setOffSet(int s) |
| void | shift() |