Package net.runelite.cache
Class DBRowManager
- java.lang.Object
-
- net.runelite.cache.DBRowManager
-
public class DBRowManager extends Object
-
-
Constructor Summary
Constructors Constructor Description DBRowManager(Store store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRowDefinitionget(int rowId)Collection<DBRowDefinition>getRows()voidload()
-
-
-
Constructor Detail
-
DBRowManager
public DBRowManager(Store store)
-
-
Method Detail
-
load
public void load() throws IOException- Throws:
IOException
-
getRows
public Collection<DBRowDefinition> getRows()
-
get
public DBRowDefinition get(int rowId)
-
-