Uses of Class
com.sun.corba.ee.impl.encoding.CodeSetConversion.BTCConverter
-
Packages that use CodeSetConversion.BTCConverter Package Description com.sun.corba.ee.impl.encoding -
-
Uses of CodeSetConversion.BTCConverter in com.sun.corba.ee.impl.encoding
Subclasses of CodeSetConversion.BTCConverter in com.sun.corba.ee.impl.encoding Modifier and Type Class Description private classCodeSetConversion.JavaBTCConverterImplementation of BTCConverter which uses a sun.io.ByteToCharConverter for the real work.private classCodeSetConversion.UTF16BTCConverterSpecial 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.BTCConverter Modifier and Type Field Description private CodeSetConversion.BTCConverterCDRInputStream_1_0. charConverterprivate CodeSetConversion.BTCConverterCDRInputStream_1_0. wcharConverterFields in com.sun.corba.ee.impl.encoding with type parameters of type CodeSetConversion.BTCConverter Modifier and Type Field Description private java.lang.ThreadLocal<java.util.HashMap<OSFCodeSetRegistry.Entry,CodeSetConversion.BTCConverter>>CodeSetConversion. cacheBTCCMethods in com.sun.corba.ee.impl.encoding that return CodeSetConversion.BTCConverter Modifier and Type Method Description protected 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.BTCConverterCodeSetConversion. getBTCConverter(OSFCodeSetRegistry.Entry codeset)BTCConverter factory for single byte or variable width encodings.CodeSetConversion.BTCConverterCodeSetConversion. getBTCConverter(OSFCodeSetRegistry.Entry codeset, java.nio.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.BTCConverter Modifier and Type Method Description (package private) char[]CDRInputStream_1_0. getConvertedChars(int numBytes, CodeSetConversion.BTCConverter converter)
-