|
Class Summary |
| PSPBase64 |
Encode arbitrary binary into printable ASCII using BASE64 encoding. |
| PSPCharArrayVector |
A Vector-type class specific to character arrays (char[]). |
| PSPCountry |
Encapsulates Country Codes and Country Names which follow the ISO
(International Standards Organization) standard ISO-3166. |
| PSPCSV |
Encapsulates CSV (comma-separated value) strings. |
| PSPCSVDB |
Export records from database tables as CSV (comma-separated value) strings and import
database records into database tables from CSV strings. |
| PSPDateTime |
Caters for Java date/time stamps with an internal representation of CCYYMMDD HHMMSS. |
| PSPDBCPManager |
A Singleton that provides access to one or many database connection pools defined
in a Property file. |
| PSPDBManager |
A Singleton that provides access to one or many
database connection pools defined in a Property file. |
| PSPEmail |
A proprietary class allowing emails to be constructed and sent. |
| PSPEncryptNumber |
Provides simple encryption/decryption of a postive integer value. |
| PSPFilter |
A collection of utility functions (all static) which handle low-level validation and parsing of data. |
| PSPID |
Manages identifiers (combination of alphabetic and numeric characters) for use
within any system which requires system-assigned IDs for example as a database
table primary key. |
| PSPInputStream |
Utility functions (all static) which handle input stream operations. |
| PSPRecursiveOperation |
Performs an operation on directories and the files
in those directories given a starting directory. |
| PSPSessionPool |
Maintains a pool of session identifiers (strings) and a separate
pool of session data (strings) for use by other classes that need
to keep track of sessions - get a unique session ID, then use
this class to store and retrieve the context data for that session. |
| PSPStreamFile |
A collection of utility functions (all static) which handle stream file operations. |
| PSPStringBuffer |
A fast-performing variation of java.lang.StringBuffer as at jdk 1.1.8. |
| PSPStringVector |
Specialised version of PSPVector dedicated to Strings. |
| PSPVector |
A fast-performing version of java.util.Vector as at JDK release 1.1.8. |