org.jacorb.orb.giop
Class CodeSet
java.lang.Object
org.jacorb.orb.giop.CodeSet
- public class CodeSet
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISO8859_1
public static final int ISO8859_1
- See Also:
- Constant Field Values
UTF16
public static final int UTF16
- See Also:
- Constant Field Values
UTF8
public static final int UTF8
- See Also:
- Constant Field Values
CodeSet
public CodeSet()
csName
public static java.lang.String csName(int cs)
getTCSDefault
public static int getTCSDefault()
getTCSWDefault
public static int getTCSWDefault()
getConversionDefault
public static int getConversionDefault()
selectTCS
public static int selectTCS(CodeSetComponentInfo cs_info)
- This method compares the codesets in the component with our
native codeset.
selectTCSW
public static int selectTCSW(CodeSetComponentInfo cs_info)
- This method compares the wide codesets in the component with our
native wide codeset.
createCodesetContext
public static ServiceContext createCodesetContext(int tcs,
int tcsw)
getCodeSetContext
public static CodeSetContext getCodeSetContext(ServiceContext[] contexts)