Uses of Class
net.schmizz.sshj.common.CircularBuffer.CircularBufferException
Packages that use CircularBuffer.CircularBufferException
-
Uses of CircularBuffer.CircularBufferException in net.schmizz.sshj.common
Methods in net.schmizz.sshj.common that throw CircularBuffer.CircularBufferExceptionModifier and TypeMethodDescriptionprivate voidCircularBuffer.ensureAvailable(int a) (package private) voidCircularBuffer.ensureCapacity(int capacity) If the internal array does not have room for "capacity" more bytes, resizes the array to make that room.CircularBuffer.putRawBytes(byte[] source, int offset, int length) Writes data to this buffer from the provided array.voidCircularBuffer.readRawBytes(byte[] destination, int offset, int length) Reads data from this buffer into the provided array.