|
||||||||
| 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.Pref
|
+--com.syncbuilder.storage.generic.Pref
A representation of a generic preference-object on the Palm device.
| Fields inherited from class com.syncbuilder.storage.Pref |
backed_up,
creator,
id,
version |
| Fields inherited from class com.syncbuilder.storage.Block |
raw |
| Constructor Summary | |
Pref(byte[] contents,
Char4 creator,
int id,
int version,
boolean backed_up)
Create a fully initialized generic Pref-object. |
|
| Method Summary | |
void |
fill()
|
| Methods inherited from class com.syncbuilder.storage.Pref |
describe |
| Methods inherited from class com.syncbuilder.storage.Block |
pack,
toString,
unpack |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public Pref(byte[] contents,
Char4 creator,
int id,
int version,
boolean backed_up)
throws NoCreatorException
| Method Detail |
public void fill()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||