com.syncbuilder.storage.generic
Class Pref

java.lang.Object
  |
  +--com.syncbuilder.storage.Block
        |
        +--com.syncbuilder.storage.Pref
              |
              +--com.syncbuilder.storage.generic.Pref

public class Pref
extends Pref

A representation of a generic preference-object on the Palm device.

See Also:
Serialized Form

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

Pref

public Pref(byte[] contents,
            Char4 creator,
            int id,
            int version,
            boolean backed_up)
     throws NoCreatorException
Create a fully initialized generic Pref-object.
Method Detail

fill

public void fill()
Overrides:
fill in class Block


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