|
||||||||
| 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.SortBlock
The representation of a SortBlock. SortBlocks were originally supposed to hold information on how to sort a particular database, but they never really got used. To the best of my knowlegde, SortBlocks get damaged when you try to synchronize them using Palm Computing's HotSync technology. This is due to a faulty implementation.
| Fields inherited from class com.syncbuilder.storage.Block |
raw |
| Constructor Summary | |
SortBlock()
|
|
SortBlock(byte[] contents)
|
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class com.syncbuilder.storage.Block |
describe,
fill,
pack,
unpack |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public SortBlock()
public SortBlock(byte[] contents)
| Method Detail |
public java.lang.String toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||