RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
int | getId () |
int | getLength () |
boolean | check () |
Static Public Member Functions | |
static Index | decode (ByteBuffer buffer) |
Represents an index within some Cache
.
Definition at line 44 of file Index.java.
|
inline |
Tests whether or not this index is valid.
Definition at line 88 of file Index.java.
|
inlinestatic |
Decodes an Index
from the specified ByteBuffer
.
buffer | The ByteBuffer to get the index from. |
Definition at line 71 of file Index.java.
|
inline |
Returns the id of this index.
Definition at line 78 of file Index.java.
|
inline |
Returns the length of this index.
Definition at line 83 of file Index.java.