Package jag.js5
Interface RSReferenceTable
-
- All Superinterfaces:
RSProvider
- All Known Subinterfaces:
RSArchive
public interface RSReferenceTable extends RSProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[][]
getBuffer()
RSIdentityTable[]
getChildren()
RSIdentityTable
getEntry()
byte[]
unpack(int arg0, int arg1, int[] arg2)
-
-
-
Method Detail
-
getEntry
RSIdentityTable getEntry()
-
getChildren
RSIdentityTable[] getChildren()
-
getBuffer
Object[][] getBuffer()
-
unpack
byte[] unpack(int arg0, int arg1, int[] arg2)
-
-