Uses of Class
net.schmizz.sshj.common.Buffer.BufferException

Packages that use Buffer.BufferException
net.schmizz.sshj.common   
 

Uses of Buffer.BufferException in net.schmizz.sshj.common
 

Methods in net.schmizz.sshj.common that throw Buffer.BufferException
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.