Package jag.js5
Interface RSResourceRequest
-
- All Superinterfaces:
RSNode
,RSProvider
public interface RSResourceRequest extends RSNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSArchive
getArchive()
byte[]
getBuffer()
RSResourceCache
getIndex()
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getIndex
RSResourceCache getIndex()
-
getBuffer
byte[] getBuffer()
-
getArchive
RSArchive getArchive()
-
-