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 class
Implementation of BTCConverter which uses a sun.io.ByteToCharConverter for the real work.private class
Special 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.BTCConverter
CDRInputStream_1_0.charConverter
private CodeSetConversion.BTCConverter
CDRInputStream_1_0.wcharConverter
Fields 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.BTCConverter
CDRInputObject.createCharBTCConverter()
Override the default CDR factory behavior to get the negotiated code sets from the connection.protected CodeSetConversion.BTCConverter
EncapsInputStream.createCharBTCConverter()
protected CodeSetConversion.BTCConverter
CDRInputObject.createWCharBTCConverter()
protected CodeSetConversion.BTCConverter
EncapsInputStream.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.BTCConverter
CDRInputStream_1_0.getCharConverter()
protected CodeSetConversion.BTCConverter
CDRInputStream_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)