C G M O P R

C

close() - Method in class pds.util.PPITable
Close a connection.
copy(String, String) - Static method in class pds.util.PPITable
Copy a file from one location to another.

G

getValue(int) - Method in class pds.util.PPITable
Return the value associated with a field given the index of the field.

M

mFieldName - Variable in class pds.util.PPITable
Array of field names
mFieldValue - Variable in class pds.util.PPITable
Array of field Values
mFile - Variable in class pds.util.PPITable
base file object
mReader - Variable in class pds.util.PPITable
File object reader
mRecordAt - Variable in class pds.util.PPITable
Current record count

O

open(String, boolean) - Method in class pds.util.PPITable
Open a table containing ASCII comma seperated values (CSV).

P

parseLine(String) - Method in class pds.util.PPITable
Parse a string, using a comma (",") as the delimiter.
pds.util - package pds.util
 
PPITable - Class in pds.util
PPITable is a class for reading and writing ASCII tables.
PPITable() - Constructor for class pds.util.PPITable
Creates an instance.

R

readRecord() - Method in class pds.util.PPITable
Read one record from a connection and parse the record into fields.
recordAt() - Method in class pds.util.PPITable
Return the count of the number of records read from the table.

C G M O P R