Uses of Interface
org.marc4j.converter.impl.CodeTableInterface

Packages that use CodeTableInterface
org.marc4j.converter.impl Classes for byte and character conversions. 
 

Uses of CodeTableInterface in org.marc4j.converter.impl
 

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.
 

Fields in org.marc4j.converter.impl declared as CodeTableInterface
protected  CodeTableInterface AnselToUnicode.ct
           
 



Copyright © 2002-2006 Bas Peters. All Rights Reserved.