com.jcraft.jsch

Class Buffer

public class Buffer extends Object

Constructor Summary
Buffer(int size)
Buffer(byte[] buffer)
Buffer()
Method Summary
intgetByte()
voidgetByte(byte[] foo)
intgetByte(int len)
intgetInt()
intgetLength()
longgetLong()
byte[]getMPInt()
byte[]getMPIntBits()
intgetOffSet()
byte[]getString()
voidputByte(byte foo)
voidputByte(byte[] foo)
voidputByte(byte[] foo, int begin, int length)
voidputInt(int val)
voidputLong(long val)
voidputMPInt(byte[] foo)
voidputString(byte[] foo)
voidputString(byte[] foo, int begin, int length)
voidreset()
voidsetOffSet(int s)
voidshift()

Constructor Detail

Buffer

public Buffer(int size)

Buffer

public Buffer(byte[] buffer)

Buffer

public Buffer()

Method Detail

getByte

public int getByte()

getByte

public void getByte(byte[] foo)

getByte

public int getByte(int len)

getInt

public int getInt()

getLength

public int getLength()

getLong

public long getLong()

getMPInt

public byte[] getMPInt()

getMPIntBits

public byte[] getMPIntBits()

getOffSet

public int getOffSet()

getString

public byte[] getString()

putByte

public void putByte(byte foo)

putByte

public void putByte(byte[] foo)

putByte

public void putByte(byte[] foo, int begin, int length)

putInt

public void putInt(int val)

putLong

public void putLong(long val)

putMPInt

public void putMPInt(byte[] foo)

putString

public void putString(byte[] foo)

putString

public void putString(byte[] foo, int begin, int length)

reset

public void reset()

setOffSet

public void setOffSet(int s)

shift

public void shift()