public interface ByteBufferedType
| Modifier and Type | Method and Description |
|---|---|
long |
getByteOffset() |
void |
setByteOffset(long b)
Set the base byte offset of this value.
|
long getByteOffset()
void setByteOffset(long b)
Set the base byte offset of this value.
Must be non-negative.
b - The offset in bytesIllegalArgumentException - If b < 0Copyright © 2016 <code@io7m.com> http://io7m.com