Package net.schmizz.sshj.common
Class Buffer.PlainBuffer
- java.lang.Object
-
- net.schmizz.sshj.common.Buffer<Buffer.PlainBuffer>
-
- net.schmizz.sshj.common.Buffer.PlainBuffer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.schmizz.sshj.common.Buffer
Buffer.BufferException, Buffer.PlainBuffer
-
-
Constructor Summary
Constructors Constructor Description PlainBuffer()PlainBuffer(byte[] b)PlainBuffer(int size)PlainBuffer(Buffer<?> from)
-
Method Summary
-
Methods inherited from class net.schmizz.sshj.common.Buffer
array, available, clear, compact, ensureAvailable, ensureCapacity, getCompactData, getNextPowerOf2, printHex, putBoolean, putBuffer, putByte, putBytes, putBytes, putMPInt, putPublicKey, putRawBytes, putRawBytes, putSensitiveString, putSignature, putString, putString, putString, putString, putUInt32, putUInt64, putUInt64, readBoolean, readByte, readBytes, readMPInt, readPublicKey, readRawBytes, readRawBytes, readString, readString, readStringAsBytes, readUInt32, readUInt32AsInt, readUInt64, readUInt64AsBigInteger, rpos, rpos, toString, wpos, wpos
-
-
-
-
Constructor Detail
-
PlainBuffer
public PlainBuffer()
-
PlainBuffer
public PlainBuffer(Buffer<?> from)
-
PlainBuffer
public PlainBuffer(byte[] b)
-
PlainBuffer
public PlainBuffer(int size)
-
-