Uses of Class
com.sun.corba.ee.impl.encoding.CodeSetConversion.BTCConverter
Packages that use CodeSetConversion.BTCConverter
-
Uses of CodeSetConversion.BTCConverter in com.sun.corba.ee.impl.encoding
Subclasses of CodeSetConversion.BTCConverter in com.sun.corba.ee.impl.encodingModifier and TypeClassDescriptionprivate classImplementation of BTCConverter which uses a sun.io.ByteToCharConverter for the real work.private classSpecial converter for UTF16 since it's required to optionally support a byte order marker while the internal Java converters either require it or require that it isn't there.Fields in com.sun.corba.ee.impl.encoding declared as CodeSetConversion.BTCConverterModifier and TypeFieldDescriptionprivate CodeSetConversion.BTCConverterCDRInputStream_1_0.charConverterprivate CodeSetConversion.BTCConverterCDRInputStream_1_0.wcharConverterFields in com.sun.corba.ee.impl.encoding with type parameters of type CodeSetConversion.BTCConverterMethods in com.sun.corba.ee.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.BTCConverterEncapsInputStream.createCharBTCConverter()protected CodeSetConversion.BTCConverterCDRInputObject.createWCharBTCConverter()protected CodeSetConversion.BTCConverterEncapsInputStream.createWCharBTCConverter()CodeSetConversion.getBTCConverter(OSFCodeSetRegistry.Entry codeset) BTCConverter factory for single byte or variable width encodings.CodeSetConversion.getBTCConverter(OSFCodeSetRegistry.Entry codeset, ByteOrder defaultByteOrder) BTCConverter factory for fixed width multibyte encodings.protected CodeSetConversion.BTCConverterCDRInputStream_1_0.getCharConverter()protected CodeSetConversion.BTCConverterCDRInputStream_1_0.getWCharConverter()Methods in com.sun.corba.ee.impl.encoding with parameters of type CodeSetConversion.BTCConverterModifier and TypeMethodDescription(package private) char[]CDRInputStream_1_0.getConvertedChars(int numBytes, CodeSetConversion.BTCConverter converter)