| Class | Description |
|---|---|
| DBCDATASUSReader |
Importing data from DBC (compressed DBF) files into data frames.
|
| DBFBase |
Base class for DBFReader and DBFWriter.
|
| DBFCharsetHelper |
Utility to map dbf charsets to java charsets.
|
| DBFExploder | |
| DBFField |
DBFField represents a field specification in an dbf file.
|
| DBFHeader |
Class for reading the metadata assuming that the given InputStream carries
DBF data.
|
| DBFLockWriter |
DBFWriter which obtain a lock on the file prior writting on it.
|
| DBFMemoFile |
Class for read memo files (DBT and FPT)
|
| DBFReader |
DBFReader class can creates objects to represent DBF data.
|
| DBFRow |
Data containdes in a row of the DBF file.
|
| DBFtoDBC |
Created by ialek36 on 11/8/17.
|
| DBFUtils |
Miscelaneous functions required by the JavaDBF package.
|
| DBFWriter |
An object of this class can create a DBF file.
|
| Utils | Deprecated
Use
DBFUtils |
| Enum | Description |
|---|---|
| DBFAlignment |
Indicates aligment of data.
|
| DBFDataType |
The types supported by JavaDBF
|
| Exception | Description |
|---|---|
| DBFException |
Represents exceptions happen in the JavaDBF classes.
|
| DBFFieldNotFoundException |
Copyright © 2018. All rights reserved.