Uses of Class
org.apache.sshd.common.util.buffer.ByteArrayBuffer
Packages that use ByteArrayBuffer
-
Uses of ByteArrayBuffer in org.apache.sshd.common.session
Subclasses of ByteArrayBuffer in org.apache.sshd.common.session -
Uses of ByteArrayBuffer in org.apache.sshd.common.util.buffer
Methods in org.apache.sshd.common.util.buffer that return ByteArrayBufferModifier and TypeMethodDescriptionstatic 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