All Packages This Package Class Hierarchy Class Search Index
Class com.syncbuilder.storage.Resource
java.lang.Object
|
+----com.syncbuilder.storage.Block
|
+----com.syncbuilder.storage.Resource
public abstract class Resource
extends com.syncbuilder.storage.Block
{
// Fields 3
public int id;
public int index;
public Char4 type;
// Constructors 2
public Resource();
public Resource(byte[], Char4, int, int);
// Methods 1
public String toString();
}
The base-class for representations of a resource, as contained in a resource-database.
A resource-database is typically created on the host and then
transferred to the PalmPilot. Its contents typically remain unchanged.
The resources can be addressed through a resource-ID.
See Also:
Record
- Extended By:
- Resource
- Returned By:
- calls.dlp_ReadResourceByIndex(), calls.dlp_ReadResourceByType(), DatabaseImpl.createResource(), DatabaseImpl.createResource(), DatabaseImpl.createResource(), Database.createResource(), Database.createResource(), Database.getResource(), Database.getResource(), File.createResource(), File.createResource(), File.getResource(), DatabaseImpl.createResource(), DatabaseImpl.createResource(), Dlp.dlp_ReadResourceByIndex(), Dlp.dlp_ReadResourceByType()
public int id
public int index
public Char4 type
public Resource()
public Resource(byte[] contents,
Char4 type,
int id,
int index)
public String toString()
- Overrides:
- toString in class Block
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7