|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.io.formats.palm.PDBBuilder
public class PDBBuilder
A builder for PDB files.
| Constructor Summary | |
|---|---|
PDBBuilder(java.io.File pdbFile,
java.lang.String name,
java.lang.String creatorID,
java.lang.String type)
|
|
| Method Summary | |
|---|---|
void |
appendRecord(int id,
byte[] data)
Adds a raw record. |
void |
close()
Closes the temporary files, calculates all the offsets and such, and consolidates the result into the requested pdb file. |
static void |
main(java.lang.String[] argv)
|
void |
start()
Initializes and creates the temporary files for building. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDBBuilder(java.io.File pdbFile,
java.lang.String name,
java.lang.String creatorID,
java.lang.String type)
| Method Detail |
|---|
public void start()
throws java.io.IOException
java.io.IOException
public void appendRecord(int id,
byte[] data)
throws java.io.IOException
java.io.IOException
public void close()
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] argv)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||