A B C D E F G I L M N O P R S T U V W Z

R

readAnnotations() - Method in class org.WeaselReader.PalmIO.ZtxtDB
Load the annotation index and annotation text blocks into memory.
readBookmarks() - Method in class org.WeaselReader.PalmIO.PalmDocDB
Load the bookmark index into memory for quicker access.
readBookmarks() - Method in class org.WeaselReader.PalmIO.ZtxtDB
Load the bookmark array into memory for quicker access.
readHeader() - Method in class org.WeaselReader.PalmIO.PalmDB
Read in a Palm OS database header and set the appropriate fields with data from the header.
readPalmDocHeader() - Method in class org.WeaselReader.PalmIO.PalmDocDB
Read the PalmDoc header data from record zero.
readRecord(int) - Method in class org.WeaselReader.PalmIO.PalmDB
Read the specified record and return it as a byte array.
readTextRecord(int) - Method in class org.WeaselReader.PalmIO.PalmDocDB
Read the specified text record and decompress if necessary.
readTextRecord(int) - Method in class org.WeaselReader.PalmIO.ZtxtDB
Read the specified text data record and decompress it.
readUInt32() - Method in class org.WeaselReader.PalmIO.PalmDB
Read an unsigned 32 bit integer from the input stream and zero extend it to a long to not lose any precision.
readUniqueID() - Method in class org.WeaselReader.PalmIO.PalmDB
Read a three byte record unique ID value and return it as an int value.
readzTXTHeader() - Method in class org.WeaselReader.PalmIO.ZtxtDB
Read the zTXT header data from record zero.
REC_FLAG_BUSY - Static variable in class org.WeaselReader.PalmIO.PalmDB
On a device, it means the record is open for writing.
REC_FLAG_DELETE - Static variable in class org.WeaselReader.PalmIO.PalmDB
Set if the record has been marked for deletion.
REC_FLAG_DIRTY - Static variable in class org.WeaselReader.PalmIO.PalmDB
Set if the record has been modified and must be backed up during the next sync procedure.
REC_FLAG_SECRET - Static variable in class org.WeaselReader.PalmIO.PalmDB
If set, Record is marked as "secret" and some Palm apps can selectively hide secret records unless a password is entered.
recordFlags - Variable in class org.WeaselReader.PalmIO.PalmDB
This array contains the attribute flags for each record in the database.
recordIDs - Variable in class org.WeaselReader.PalmIO.PalmDB
This array contains the unique IDs for each record in the database.
recordLengths - Variable in class org.WeaselReader.PalmIO.PalmDocDB
Lengths of each text record in the database.
recordOffsets - Variable in class org.WeaselReader.PalmIO.PalmDB
This array contains the byte offsets for the beginning of each record in this database.
recordSize - Variable in class org.WeaselReader.PalmIO.PalmDocDB
The record size for an uncompressed PalmDoc text record.
recordSize - Variable in class org.WeaselReader.PalmIO.ZtxtDB
The size of an uncompressed data record.

A B C D E F G I L M N O P R S T U V W Z