Uses of Class
net.schmizz.sshj.common.Buffer.BufferException
Packages that use Buffer.BufferException
-
Uses of Buffer.BufferException in net.schmizz.sshj.common
Methods in net.schmizz.sshj.common that throw Buffer.BufferExceptionModifier and TypeMethodDescriptionprotected voidBuffer.ensureAvailable(int a) booleanBuffer.readBoolean()Read an SSH boolean bytebyteBuffer.readByte()Read a byte from the bufferbyte[]Buffer.readBytes()Read an SSH byte-arraySSHPacket.readMessageID()Reads an SSH byte and returns it asMessageBuffer.readMPInt()Read an SSH multiple-precision integerBuffer.readPublicKey()voidBuffer.readRawBytes(byte[] buf) voidBuffer.readRawBytes(byte[] buf, int off, int len) Buffer.readString()Reads an SSH string usingUTF8Buffer.readString(Charset cs) Reads an SSH stringbyte[]Buffer.readStringAsBytes()Reads an SSH stringlongBuffer.readUInt32()intBuffer.readUInt32AsInt()longBuffer.readUInt64()Buffer.readUInt64AsBigInteger()static StringKeyType.CertUtils.verifyHostCertificate(byte[] certRaw, Certificate<?> cert, String hostname) -
Uses of Buffer.BufferException in net.schmizz.sshj.sftp
Methods in net.schmizz.sshj.sftp that throw Buffer.BufferExceptionModifier and TypeMethodDescriptionprotected intRemoteFile.checkReadResponse(Response res, byte[] to, int offset)