A C D I L M N O P R S T U V W

A

attributes - Variable in class PalmDB
Somewhat mysterious bits.

C

convert(String, int[], int, int) - Method in class PGPF
Converts a single image of any size to an uncompressed PGPF database with thumbnail scaled from the center of the image.
creationDate - Variable in class PalmDB
Seconds since 1/1/1904.
creator - Variable in class PalmDB
A four-character String containing a unique, registered database creator code.

D

data - Variable in class PalmDB.Resource
Array of bytes containing this resource's content, and possibly others as well.

I

id - Variable in class PalmDB.Resource
 

L

lastBackupDate - Variable in class PalmDB
Seconds since 1/1/1904.
length - Variable in class PalmDB.Resource
Count of data bytes from offset.
load(File) - Static method in class PalmDB
Reads a PRC file from the filesystem and parses its contents.

M

main(String[]) - Static method in class PalmDB
Loads the PRC file named by the first argument and dumps its contents.
main(String[]) - Static method in class PGPF
Converts all image files named in the arguments to databases, using the original's name (with the ".prc" extension) for each.
modificationDate - Variable in class PalmDB
Seconds since 1/1/1904.
modificationNumber - Variable in class PalmDB
Related to syncing, perhaps?

N

name - Variable in class PalmDB
The name given to the file when it is written.

O

offset - Variable in class PalmDB.Resource
Start of this record's data within data.

P

PalmDB - class PalmDB.
Converts between the Palm OS on-disk PRC format (used for applications and some data files) and a simple Java in-memory representation.
PalmDB.Resource - class PalmDB.Resource.
Note: when parsing, each record has a pointer into the same block of data, so either treat it as read-only (in terms of length, at least), or replace it with your own byte array to modify it.
PalmDB.Resource() - Constructor for class PalmDB.Resource
 
PalmDB() - Constructor for class PalmDB
 
parse(byte[]) - Static method in class PalmDB
Breaks the elements of a PRC file into header and records for further processing.
PGPF - class PGPF.
Reads image files and writes single-frame, uncompressed, 16-bit PGPocket images, complete with thumbnails (scaled and dithered from the main image).
PGPF() - Constructor for class PGPF
 

R

records - Variable in class PalmDB
Contains the Resources that contain the database's contents.

S

save(File) - Method in class PalmDB
Write the contents of this PRCFile to the filesystem.

T

toString() - Method in class PalmDB
 
type - Variable in class PalmDB
A four-character String containing a unique, registered database type.
type - Variable in class PalmDB.Resource
 

U

uniqueIDSeed - Variable in class PalmDB
Not used for PRC.

V

version - Variable in class PalmDB
A version field (encoding is application-specific?)

W

write() - Method in class PalmDB
Captures the output of write(OutputStream) in a byte array, mostly for symmetry with the parsing side, and to simplify debugging.
write(OutputStream) - Method in class PalmDB
Writes the contents of this PRCFile to the given stream.

A C D I L M N O P R S T U V W