1package com.runehive.fs.cache.archive;
3import com.runehive.fs.cache.FileSystem;
5import java.nio.ByteBuffer;
17 private final ByteBuffer
data;
final ByteBuffer data
The data within this sector.
ArchiveSector(ByteBuffer data, int hash)
Constructs a new ArchiveSector with the specified data and hashed name.
final int hash
The hashed name of this sector.
ByteBuffer getData()
Returns the data within this sector.
int getHash()
Returns the hashed name of this sector.