| 
Class Summary | 
| ByteContainer | 
  | 
| DBaseFile | 
the datatypes of the dBase file and their representation as java types:
 
 dBase-type dBase-type-ID java-type
 
 character "C" String float "F" Float number "N" Double logical "L" String memo "M" String date
 "D" Date binary "B" ByteArrayOutputStream | 
| DBaseIndex | 
 A class for reading from and writing to DBase index files (*.ndx), maybe not 100% xbase
 compatible! | 
| dbfCol | 
  | 
| DBFDataSection | 
Class representing a record of the data section of a dBase III/IV file 
 at the moment only the daata types character ("C") and numeric ("N") are supported | 
| DBFHeader | 
Class representing the header of a dBase III/IV file | 
| FieldDescriptor | 
Class representing a field descriptor of a dBase III/IV file | 
| tsColumn | 
  |