Uses of Class
org.omg.CONV_FRAME.CodeSetComponent

Packages that use CodeSetComponent
org.jacorb.orb.giop   
org.omg.CONV_FRAME   
 

Uses of CodeSetComponent in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop with parameters of type CodeSetComponent
static CodeSet CodeSet.getCodeSetIfMatched(int localCodeSetId, CodeSetComponent remote)
           
static CodeSet CodeSet.getMatchingCodeSet(CodeSetComponent local, CodeSetComponent remote, boolean wide)
           
 

Uses of CodeSetComponent in org.omg.CONV_FRAME
 

Fields in org.omg.CONV_FRAME declared as CodeSetComponent
 CodeSetComponent CodeSetComponentInfo.ForCharData
           
 CodeSetComponent CodeSetComponentInfo.ForWcharData
           
 CodeSetComponent CodeSetComponentHolder.value
           
 

Methods in org.omg.CONV_FRAME that return CodeSetComponent
static CodeSetComponent CodeSetComponentHelper.extract(Any any)
           
static CodeSetComponent CodeSetComponentHelper.read(InputStream in)
           
 

Methods in org.omg.CONV_FRAME with parameters of type CodeSetComponent
static void CodeSetComponentHelper.insert(Any any, CodeSetComponent s)
           
static void CodeSetComponentHelper.write(OutputStream out, CodeSetComponent s)
           
 

Constructors in org.omg.CONV_FRAME with parameters of type CodeSetComponent
CodeSetComponentHolder(CodeSetComponent initial)
           
CodeSetComponentInfo(CodeSetComponent ForCharData, CodeSetComponent ForWcharData)