Package org.apache.sshd.common.util
Interface Readable
-
- All Known Implementing Classes:
Buffer
,ByteArrayBuffer
,SessionWorkBuffer
public interface Readable
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description int
available()
void
getRawBytes(byte[] data, int offset, int len)
static Readable
readable(java.nio.ByteBuffer buffer)
Wrap aByteBuffer
as aReadable
instance
-