Uses of Class
com.sun.corba.se.impl.encoding.CodeSetConversion.BTCConverter
Packages that use CodeSetConversion.BTCConverter
-
Uses of CodeSetConversion.BTCConverter in com.sun.corba.se.impl.encoding
Methods in com.sun.corba.se.impl.encoding that return CodeSetConversion.BTCConverterModifier and TypeMethodDescriptionprotected CodeSetConversion.BTCConverterCDRInputObject.createCharBTCConverter()Override the default CDR factory behavior to get the negotiated code sets from the connection.protected CodeSetConversion.BTCConverterCDRInputStream.createCharBTCConverter()protected CodeSetConversion.BTCConverterEncapsInputStream.createCharBTCConverter()protected CodeSetConversion.BTCConverterCDRInputObject.createWCharBTCConverter()protected abstract CodeSetConversion.BTCConverterCDRInputStream.createWCharBTCConverter()protected CodeSetConversion.BTCConverterEncapsInputStream.createWCharBTCConverter()CodeSetConversion.getBTCConverter(OSFCodeSetRegistry.Entry codeset) BTCConverter factory for single byte or variable width encodings.CodeSetConversion.getBTCConverter(OSFCodeSetRegistry.Entry codeset, boolean defaultToLittleEndian) BTCConverter factory for fixed width multibyte encodings.protected CodeSetConversion.BTCConverterCDRInputStream_1_0.getCharConverter()protected CodeSetConversion.BTCConverterCDRInputStream_1_0.getWCharConverter()