Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 321 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 321 Bytes

CacheReader

Reads the jagexcache

Look in wrappers for wrappers

Basically

DataSource ds = new DataSource(jagex_cache_dir);
CacheSystem cache = new CacheSystem(ds);
ItemDefinitionLoader loader = new ItemDefinitionLoader(cache);

loader.load(item_id);

Code should be easy to read and self-explanatory