Uses of Class
org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Packages that use ByteArrayBuffer Package Description org.apache.sshd.common.util.buffer -
-
Uses of ByteArrayBuffer in org.apache.sshd.common.util.buffer
Methods in org.apache.sshd.common.util.buffer that return ByteArrayBuffer Modifier and Type Method Description static ByteArrayBufferByteArrayBuffer. getCompactClone(byte[] data)Creates a compact buffer (i.e., one that starts at offset zero) containing a copy of the original datastatic ByteArrayBufferByteArrayBuffer. getCompactClone(byte[] data, int offset, int len)Creates a compact buffer (i.e., one that starts at offset zero) containing a copy of the original data
-