public interface IByteBuffer
| Modifier and Type | Method and Description |
|---|---|
byte |
byteAt(int index)
Get the byte at the given index of the underlying byte storage.
|
byte[] |
getBytes() |
byte[] |
getBytes(int offset,
int len)
Return a byte array filled with content from underlying byte storage.
|
int |
length()
Total size in terms of # of bytes.
|
byte byteAt(int index)
byte[] getBytes()
byte[] getBytes(int offset,
int len)
offset - int bytes offset (not UTF char unit)len - intint length()