JRecord
|
This project provides code to
The JRecord package consists of
LayoutDetail | The original format it holds only the bare minimum needed by the package |
ExternalRecord | A general purpose interchange format. This was introduced latter on to support conversion between file formats / Database (RecordEditor). |
AbstractLineReader reader = new XmlLineReader(true).open(filename); or AbstractLineReader reader = LineIOProvider.getInstance() .getLineReader(Constants.IO_FIXED_LENGTH).open(filename);any thoughts anybody.
JRecord at SourceForge | Download Page | Forums |