|
DataFile 1.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of DataFormat in com.infomata.data |
Classes in com.infomata.data that implement DataFormat | |
class |
CSVFormat
Implementation DataFormat interface for CSV formated files. |
class |
FixedWidthFormat
Data file format that uses fixed width to define each item per row of data. |
class |
ItemPerLineFormat
Sample implementation of DataFormat
interface for data file with one item per line. |
class |
SimpleDelimiterFormat
SimpleDelimiterFormat is configurable data format that uses simple delimiter and escape sequence scheme to encode data into a text file. |
class |
TabFormat
Implementation of DataFormat interface for tab delimited data file. |
Methods in com.infomata.data with parameters of type DataFormat | |
void |
DataFile.setDataFormat(DataFormat format)
Sets the data format to be read or written. |
|
DataFile 1.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |