com.syncbuilder.storage.memo
Class AppBlock

java.lang.Object
  |
  +--com.syncbuilder.storage.Block
        |
        +--com.syncbuilder.storage.AppBlock
              |
              +--com.syncbuilder.storage.CategoryAppBlock
                    |
                    +--com.syncbuilder.storage.memo.AppBlock

public class AppBlock
extends CategoryAppBlock

The AppBlock for the MemoPad-application

See Also:
Serialized Form

Fields inherited from class com.syncbuilder.storage.CategoryAppBlock
categoryID, categoryLastUniqueID, categoryName, categoryRenamed, LENGTH
 
Fields inherited from class com.syncbuilder.storage.Block
raw
 
Constructor Summary
AppBlock()
           
AppBlock(byte[] contents)
           
 
Method Summary
 java.lang.String describe()
           
 boolean equals(java.lang.Object obj)
           
 boolean getSortByAlpha()
           
 byte[] pack()
           
 void setSortByAlpha(boolean sort_by_alpha)
           
 java.lang.String toString()
           
 void unpack(byte[] data)
           
 
Methods inherited from class com.syncbuilder.storage.CategoryAppBlock
fill, getCategoryName, packCategories
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppBlock

public AppBlock()

AppBlock

public AppBlock(byte[] contents)
Method Detail

getSortByAlpha

public boolean getSortByAlpha()

setSortByAlpha

public void setSortByAlpha(boolean sort_by_alpha)

unpack

public void unpack(byte[] data)
            throws java.lang.IllegalArgumentException
Overrides:
unpack in class CategoryAppBlock

pack

public byte[] pack()
Overrides:
pack in class CategoryAppBlock

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class CategoryAppBlock

describe

public java.lang.String describe()
Overrides:
describe in class CategoryAppBlock

toString

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


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