org.marc4j.converter.impl
Class CodeTableGenerated

java.lang.Object
  extended by org.marc4j.converter.impl.CodeTableGenerated
All Implemented Interfaces:
CodeTableInterface

public class CodeTableGenerated
extends Object
implements CodeTableInterface

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.


Constructor Summary
CodeTableGenerated()
           
 
Method Summary
 char getChar(int c, int mode)
           
 boolean isCombining(int i, int g0, int g1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeTableGenerated

public CodeTableGenerated()
Method Detail

isCombining

public boolean isCombining(int i,
                           int g0,
                           int g1)
Specified by:
isCombining in interface CodeTableInterface

getChar

public char getChar(int c,
                    int mode)
Specified by:
getChar in interface CodeTableInterface


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