Uses of Class
org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Packages that use ByteArrayBuffer Package Description org.apache.sshd.common.session org.apache.sshd.common.util.buffer -
-
Uses of ByteArrayBuffer in org.apache.sshd.common.session
Subclasses of ByteArrayBuffer in org.apache.sshd.common.session Modifier and Type Class Description class
SessionWorkBuffer
-
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 ByteArrayBuffer
ByteArrayBuffer. getCompactClone(byte[] data)
Creates a compact buffer (i.e., one that starts at offset zero) containing a copy of the original datastatic ByteArrayBuffer
ByteArrayBuffer. 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
-