|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cult3d.world.Resource
This class provides a way to extract resources from a Cult3D object. A resource is any kind of data that can be represented with a byte array.
Constructor Summary | |
Resource(java.lang.String name)
Constructs a Java representation of a Cult3D resource. |
Method Summary | |
byte[] |
getResource()
Extracts the resource from the object. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Resource(java.lang.String name)
name
- the name of the resource.Method Detail |
public byte[] getResource()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |