|
RuneHive-Game
|
This is the complete list of members for com.runehive.fs.cache.Cache, including all inherited members.
| buffer | com.runehive.fs.cache.Cache | private |
| Cache(SeekableByteChannel sectorChannel, SeekableByteChannel indexChannel, int id) | com.runehive.fs.cache.Cache | protected |
| get(final int indexId) | com.runehive.fs.cache.Cache | |
| id | com.runehive.fs.cache.Cache | private |
| INDEX_SIZE | com.runehive.fs.cache.Cache | static |
| indexChannel | com.runehive.fs.cache.Cache | private |
| readIndex(int indexId) | com.runehive.fs.cache.Cache | private |
| readSector(int sectorId, byte[] data, int offset, int length) | com.runehive.fs.cache.Cache | private |
| SECTOR_HEADER_SIZE | com.runehive.fs.cache.Cache | static |
| SECTOR_SIZE | com.runehive.fs.cache.Cache | static |
| sectorChannel | com.runehive.fs.cache.Cache | private |