Classes in org.marc4j.converter.impl that implement CodeTableInterface |
class |
CodeTable
CodeTable defines a data structure to facilitate
AnselToUnicode character conversion. |
class |
CodeTableGenerated
An implementation of CodeTableInterface that is used in converting MARC8
data to UTF8 data, that doesn't rely on any data files or resources or data structures
Warning: This file is generated by running the main routine in the file CodeTableGenerator.java
Warning: Do not edit this file, or all edits will be lost at the next build. |
class |
CodeTableGenerator
Invoked at build time to generate a java source file (named CodeTableGenerated.java)
which when compiled will implement the CodeTableInterface (primarily through switch statements)
and which can be used be the AnselToUnicode converter instead of this class, and which will
produce the same results as the object CodeTable. |