Package net.runelite.cache.fs
Class ArchiveFiles
- java.lang.Object
-
- net.runelite.cache.fs.ArchiveFiles
-
public class ArchiveFiles extends Object
-
-
Constructor Summary
Constructors Constructor Description ArchiveFiles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFile(FSFile file)protected booleancanEqual(Object other)voidclear()booleanequals(Object o)FSFilefindFile(int fileId)Collection<FSFile>getFiles()inthashCode()voidloadContents(byte[] data)byte[]saveContents()
-
-
-
Method Detail
-
addFile
public void addFile(FSFile file)
-
getFiles
public Collection<FSFile> getFiles()
-
findFile
public FSFile findFile(int fileId)
-
clear
public void clear()
-
loadContents
public void loadContents(byte[] data)
-
saveContents
public byte[] saveContents()
-
canEqual
protected boolean canEqual(Object other)
-
-