|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--com.syncbuilder.storage.Block
|
+--com.syncbuilder.storage.Resource
|
+--com.syncbuilder.storage.generic.Resource
A generic entry in a resource-database. This class contains no functionality to treat the contents of the Resource in an application-specific way. You may only manipulate its attributes and its raw content directly.
| Fields inherited from class com.syncbuilder.storage.Block |
raw |
| Constructor Summary | |
Resource()
|
|
Resource(byte[] contents,
Char4 type,
int id,
int index)
|
|
| Method Summary | |
void |
fill()
|
| Methods inherited from class com.syncbuilder.storage.Resource |
getID,
getIndex,
getType,
toString |
| Methods inherited from class com.syncbuilder.storage.Block |
describe,
pack,
unpack |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public Resource()
public Resource(byte[] contents,
Char4 type,
int id,
int index)
| Method Detail |
public void fill()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||