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

  Summary

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


  Cross Reference

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()





  Fields

· id

Summary  |  Top
   public int id


· index

Summary  |  Top
   public int index


· type

Summary  |  Top
   public Char4 type


  Constructors

· Resource

Summary  |  Top

   public Resource() 


· Resource

Summary  |  Top
   public Resource(byte[] contents, 
                   Char4 type, 
                   int id, 
                   int index) 


  Methods

· toString

Summary  |  Top
   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