public abstract class ByteBuffered extends Object implements ByteBufferedType
| Modifier | Constructor and Description |
|---|---|
protected |
ByteBuffered(AtomicLong in_base,
int in_offset) |
| Modifier and Type | Method and Description |
|---|---|
long |
getByteOffset() |
protected long |
getIndex() |
protected int |
getOffset() |
protected void |
setBase(long in_base) |
void |
setByteOffset(long b)
Set the base byte offset of this value.
|
protected ByteBuffered(AtomicLong in_base, int in_offset)
public final long getByteOffset()
getByteOffset in interface ByteBufferedTypepublic final void setByteOffset(long b)
ByteBufferedTypeSet the base byte offset of this value.
Must be non-negative.
setByteOffset in interface ByteBufferedTypeb - The offset in bytesprotected final int getOffset()
protected final long getIndex()
protected final void setBase(long in_base)
Copyright © 2016 <code@io7m.com> http://io7m.com