RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
ByteBuffer | getData () |
int | getHash () |
Protected Member Functions | |
ArchiveSector (ByteBuffer data, int hash) |
Represents a sector within an Archive
.
A archive sector contains a hashed name and compressed data, this data represents files and information within the FileSystem
.
Definition at line 42 of file ArchiveSector.java.
|
inlineprotected |
Constructs a new ArchiveSector
with the specified data and hashed name.
data | The data within this sector. |
hash | The hashed name of this sector. |
Definition at line 57 of file ArchiveSector.java.
|
inline |
Returns the data within this sector.
Definition at line 63 of file ArchiveSector.java.
|
inline |
Returns the hashed name of this sector.
Definition at line 68 of file ArchiveSector.java.