| java.lang.Object com.jcraft.jsch.Buffer
Buffer | public class Buffer (Code) | | |
Buffer | public Buffer(int size)(Code) | | |
Buffer | public Buffer(byte[] buffer)(Code) | | |
getByte | public int getByte()(Code) | | |
getByte | public void getByte(byte[] foo)(Code) | | |
getByte | void getByte(byte[] foo, int start, int len)(Code) | | |
getByte | public int getByte(int len)(Code) | | |
getCommand | byte getCommand()(Code) | | |
getInt | public int getInt()(Code) | | |
getLength | public int getLength()(Code) | | |
getLong | public long getLong()(Code) | | |
getMPInt | public byte[] getMPInt()(Code) | | |
getMPIntBits | public byte[] getMPIntBits()(Code) | | |
getOffSet | public int getOffSet()(Code) | | |
getString | public byte[] getString()(Code) | | |
getString | byte[] getString(int[] start, int[] len)(Code) | | |
putByte | public void putByte(byte foo)(Code) | | |
putByte | public void putByte(byte[] foo)(Code) | | |
putByte | public void putByte(byte[] foo, int begin, int length)(Code) | | |
putInt | public void putInt(int val)(Code) | | |
putLong | public void putLong(long val)(Code) | | |
putMPInt | public void putMPInt(byte[] foo)(Code) | | |
putPad | void putPad(int n)(Code) | | |
putString | public void putString(byte[] foo)(Code) | | |
putString | public void putString(byte[] foo, int begin, int length)(Code) | | |
reset | public void reset()(Code) | | |
setOffSet | public void setOffSet(int s)(Code) | | |
shift | public void shift()(Code) | | |
|
|