|
2010 FRC Java API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.squawk.ResourceFile
public final class ResourceFile
Stores a resource file (name and contents) in the suite file.
Field Summary | |
---|---|
static Comparer |
comparer
Comparator for ResourceFile objects (which are sorted by the resource files). |
byte[] |
data
The contents of the resource file. |
String |
name
The name of the resource file, for example "example/chess/br.bishop.gif". |
Constructor Summary | |
---|---|
ResourceFile(String name,
byte[] data)
Creates a resource file object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Comparer comparer
public final byte[] data
public final String name
Constructor Detail |
---|
public ResourceFile(String name, byte[] data)
name
- resource namedata
- resource data
|
2010 FRC Java API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |