com.syncbuilder.storage
Class SortBlock

java.lang.Object
  |
  +--com.syncbuilder.storage.Block
        |
        +--com.syncbuilder.storage.SortBlock
Direct Known Subclasses:
SortBlock

public abstract class SortBlock
extends Block

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.

See Also:
Serialized Form

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

SortBlock

public SortBlock()

SortBlock

public SortBlock(byte[] contents)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Block


This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.