org.apache.yoko.orb.OB
Class CodeSetDatabase

java.lang.Object
  extended by org.apache.yoko.orb.OB.CodeSetDatabase

public final class CodeSetDatabase
extends Object


Field Summary
static int ISOLATIN1
           
static int ISOLATIN2
           
static int ISOLATIN3
           
static int ISOLATIN4
           
static int ISOLATIN5
           
static int ISOLATIN7
           
static int ISOLATIN9
           
static int PCS
           
static int UCS2
           
static int UTF16
           
static int UTF8
           
 
Constructor Summary
CodeSetDatabase()
           
 
Method Summary
protected  void finalize()
           
 CodeSetInfo getCodeSetInfo(int rgy_value)
           
 CodeConverterBase getConverter(int to, int from)
           
static CodeSetDatabase instance()
           
 int nameToId(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ISOLATIN1

public static final int ISOLATIN1
See Also:
Constant Field Values

ISOLATIN2

public static final int ISOLATIN2
See Also:
Constant Field Values

ISOLATIN3

public static final int ISOLATIN3
See Also:
Constant Field Values

ISOLATIN4

public static final int ISOLATIN4
See Also:
Constant Field Values

ISOLATIN5

public static final int ISOLATIN5
See Also:
Constant Field Values

ISOLATIN7

public static final int ISOLATIN7
See Also:
Constant Field Values

ISOLATIN9

public static final int ISOLATIN9
See Also:
Constant Field Values

PCS

public static final int PCS
See Also:
Constant Field Values

UTF8

public static final int UTF8
See Also:
Constant Field Values

UTF16

public static final int UTF16
See Also:
Constant Field Values

UCS2

public static final int UCS2
See Also:
Constant Field Values
Constructor Detail

CodeSetDatabase

public CodeSetDatabase()
Method Detail

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

instance

public static CodeSetDatabase instance()

getConverter

public CodeConverterBase getConverter(int to,
                                      int from)

getCodeSetInfo

public CodeSetInfo getCodeSetInfo(int rgy_value)

nameToId

public int nameToId(String name)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.