A class for writing staged gedcom file lines out to a file. The {@link org.gedcom4j.writer.GedcomWriter} classprepares a buffer of gedcom lines (a {@link List} of String) that this class writes out to a file, a stream, etc.,after encoding the data into ANSEL, ASCII, or UNICODE, as needed. A separate class is needed because GEDCOM requires ANSEL support which Java doesn't have, and also limits the encodings to the three choices mentioned.
Note that GEDCOM standard does not allow for BOM's or other preambles for encodings, so none is created by this class.
@author frizbog1
|
|