Package net.eternalclient.api.rs
Interface RSAbstractArchive
-
- All Superinterfaces:
RSIndexDataBase
- All Known Subinterfaces:
RSArchive
public interface RSAbstractArchive extends RSIndexDataBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getConfigData(int archiveId, int fileId)
int[]
getFileCounts()
int[][]
getFileIds()
int[]
getFileIds(int groupId)
int
getGroupCount()
int
getGroupFileCount(int groupId)
byte[]
loadData(int groupId, int fileId)
-
Methods inherited from interface net.eternalclient.api.rs.RSIndexDataBase
isOverlayOutdated
-
-
-
-
Method Detail
-
getConfigData
byte[] getConfigData(int archiveId, int fileId)
-
getFileIds
int[] getFileIds(int groupId)
- Specified by:
getFileIds
in interfaceRSIndexDataBase
-
getGroupCount
int getGroupCount()
-
getFileIds
int[][] getFileIds()
-
getGroupFileCount
int getGroupFileCount(int groupId)
-
getFileCounts
int[] getFileCounts()
-
loadData
byte[] loadData(int groupId, int fileId)
-
-