Author: | James Thrasher jjt@gjt.org |
Home Page: | |
Version: | 0.2.3 |
Release Tag: | $ |
Release Date: | 2001/10/09 14:46:34 |
JVM Required: | 1.1 |
License: | GNU General Public License |
Categories: | development tool |
Requirements: | |
Dependencies: | No dependencies |
Externals: | None |
This package is intended for programmers. It provides a class (PDBFile
) and an interface (Addable
) that are designed to be extended and implemented. The Addable
interface is for use in implementing Record types. The Record can do anything, as long as the basic functions are implemented. See the class documentation for more info.
The PDBFile
is a class that provides most of the functionality needed to write a simple PDB file writer. As long as the Addable
interface is implemented, one can easily write to (and read from) a PDB format file. However, things like finding records, filtering records, and other typical database functions are not included. This package is meant mostly to be a starting point for more detailed use.