August 2003
Intermediate to advanced
624 pages
15h 3m
English
The CSVRecordWriter class is derived from the RecordWriter base class (see Chapter 6). We have only a few extensions to that class. We use the parseRecord method inherited from the RecordWriter base class.
Attributes:
Character or Byte Column Delimiter
Character or Byte Text Delimiter
Methods:
Constructor
writeRecord
Here is the logic for the CSVRecordWriter constructor method.
Arguments: DOM Document File Description Document Output Stream Call RecordWriter base class constructor, passing File Description Document and Output Stream Record Terminator <- Get "RecordTerminator" Element's "value" Attribute from File Description ... |