org.jacorb.orb.giop

Class CodeSet


public class CodeSet
extends java.lang.Object

Field Summary

static int
ISO8859_1
static int
UTF16
static int
UTF8

Method Summary

static ServiceContext
createCodesetContext(int tcs, int tcsw)
static String
csName(int cs)
static CodeSetContext
getCodeSetContext(ServiceContext contexts)
static int
getConversionDefault()
static int
getTCSDefault()
static int
getTCSWDefault()
static int
selectTCS(CodeSetComponentInfo cs_info)
This method compares the codesets in the component with our native codeset.
static int
selectTCSW(CodeSetComponentInfo cs_info)
This method compares the wide codesets in the component with our native wide codeset.

Field Details

ISO8859_1

public static final int ISO8859_1

Field Value:
65537


UTF16

public static final int UTF16

Field Value:
65801


UTF8

public static final int UTF8

Field Value:
83951617

Method Details

createCodesetContext

public static ServiceContext createCodesetContext(int tcs,
                                                  int tcsw)


csName

public static String csName(int cs)


getCodeSetContext

public static CodeSetContext getCodeSetContext(ServiceContext contexts)


getConversionDefault

public static int getConversionDefault()


getTCSDefault

public static int getTCSDefault()


getTCSWDefault

public static int getTCSWDefault()


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.