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 RSArchivegetArchive()byte[]getBuffer()RSResourceCachegetIndex()-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getIndex
RSResourceCache getIndex()
-
getBuffer
byte[] getBuffer()
-
getArchive
RSArchive getArchive()
-
-