Package net.runelite.cache.fs.jagex
Class IndexEntry
- java.lang.Object
-
- net.runelite.cache.fs.jagex.IndexEntry
-
public final class IndexEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description IndexEntry(IndexFile indexFile, int id, int sector, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetId()IndexFilegetIndexFile()intgetLength()intgetSector()inthashCode()StringtoString()
-