Uses of Class
org.apache.sshd.common.util.buffer.ByteArrayBuffer
Packages that use ByteArrayBuffer
Package
Description
-
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.session.helpers
Subclasses of ByteArrayBuffer in org.apache.sshd.common.session.helpersModifier and TypeClassDescriptionclass
AByteArrayBuffer
that will be prepared with the SSH header (5 bytes). -
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