All Packages This Package Class Hierarchy Class Search Index
Class com.syncbuilder.storage.CategoryAppBlock
java.lang.Object
|
+----com.syncbuilder.storage.Block
|
+----com.syncbuilder.storage.AppBlock
|
+----com.syncbuilder.storage.CategoryAppBlock
public class CategoryAppBlock
extends com.syncbuilder.storage.AppBlock
{
// Fields 5
public static final int LENGTH;
public int[] categoryID;
public int categoryLastUniqueID;
public String[] categoryName;
public boolean[] categoryRenamed;
// Constructors 2
public CategoryAppBlock();
public CategoryAppBlock(byte[]);
// Methods 5
public String describe();
public boolean equals(Object);
public void fill();
public byte[] pack();
public void unpack(byte[]) throws IllegalArgumentException;
}
The foundation of all AppBlocks which can store categories.
The PalmOS has the built-in capability to assign each record
of a database to one of 16 categories. The names of these
categories are stored in an AppBlock which is associated with that database.
The name of each category is limited to a length of 15 characters.
- Extended By:
- AppBlock, AppBlock, AppBlock, AppBlock, AppBlock, AppBlock
public static final int LENGTH
The fixed-length size of the native representation of the CategoryAppBlock
public boolean[] categoryRenamed
public int categoryLastUniqueID
public String[] categoryName
public int[] categoryID
public CategoryAppBlock()
public CategoryAppBlock(byte[] contents)
public void unpack(byte[] data) throws IllegalArgumentException
- Overrides:
- unpack in class Block
public byte[] pack()
- Overrides:
- pack in class Block
public void fill()
- Overrides:
- fill in class Block
public boolean equals(Object other)
Test for equality with another Object.
Mostly used for testing.
- Overrides:
- equals in class Object
public String describe()
- Overrides:
- describe in class AppBlock
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7