Uses of Class
net.schmizz.sshj.common.CircularBuffer.CircularBufferException
-
Packages that use CircularBuffer.CircularBufferException Package Description net.schmizz.sshj.common -
-
Uses of CircularBuffer.CircularBufferException in net.schmizz.sshj.common
Methods in net.schmizz.sshj.common that throw CircularBuffer.CircularBufferException Modifier and Type Method Description private 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.TCircularBuffer. 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.
-