All Packages This Package Class Hierarchy Class Search Index
Class com.syncbuilder.storage.File
java.lang.Object
|
+----com.syncbuilder.storage.File
public class File
extends java.lang.Object
{
// Methods 22
public static File create(String, DBInfo) throws IOException;
public static File open(String) throws IOException;
public void addRecord(Record) throws IOException;
public void addResource(Resource) throws IOException;
public void close() throws IOException;
public Record createRecord() throws IOException;
public Record createRecord(RecordID) throws IOException;
public Resource createResource() throws IOException;
public Resource createResource(Char4, int) throws IOException;
public AppBlock getAppBlock() throws IOException;
public DBInfo getDBInfo() throws IOException;
public Record getRecord(RecordID) throws IOException;
public Record getRecord(int) throws IOException;
public int getRecords() throws IOException;
public Resource getResource(int) throws IOException;
public SortBlock getSortBlock() throws IOException;
public void install(Link, int) throws IOException;
public void merge(Link, int) throws IOException;
public void retrieve(Link, int) throws IOException;
public void setAppBlock(AppBlock) throws IOException;
public void setDBInfo(DBInfo) throws IOException;
public void setSortBlock(SortBlock) throws IOException;
}
A representation of a Palm OS database-image that is stored
as a file on the host-system.
These files typically have the extension .PDB for record databases
and .PRC for resource databases.
- Returned By:
- File.create(), File.open()
public static File open(String name) throws IOException
public static File create(String name,
DBInfo info) throws IOException
public void close() throws IOException
public Record getRecord(int index) throws IOException
public Record getRecord(RecordID id) throws IOException
public void addRecord(Record newRecord) throws IOException
public void addResource(Resource newResource) throws IOException
public Record createRecord() throws IOException
public Record createRecord(RecordID id) throws IOException
public Resource createResource() throws IOException
public Resource createResource(Char4 type,
int id) throws IOException
public Resource getResource(int index) throws IOException
public void setAppBlock(AppBlock appblock) throws IOException
public void setSortBlock(SortBlock sortblock) throws IOException
public AppBlock getAppBlock() throws IOException
public SortBlock getSortBlock() throws IOException
public DBInfo getDBInfo() throws IOException
public void setDBInfo(DBInfo info) throws IOException
public int getRecords() throws IOException
public void install(Link link,
int cardno) throws IOException
public void retrieve(Link link,
int cardno) throws IOException
public void merge(Link link,
int cardno) throws IOException
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7