|
Class Summary |
| CSVFormat |
Implementation DataFormat interface for CSV formated files. |
| DataFile |
Main class for generating or reading data files written in widely accepted
data format. |
| DataRow |
Object representing collection of data items contained within one
line of the data file |
| FixedWidthFormat |
Data file format that uses fixed width to define each item
per row of data. |
| ItemPerLineFormat |
Sample implementation of DataFormat
interface for data file with one item per line. |
| SimpleDelimiterFormat |
SimpleDelimiterFormat is configurable data format that uses
simple delimiter and escape sequence scheme to encode data into a
text file. |
| TabFormat |
Implementation of DataFormat interface for tab delimited
data file. |