Uses of Class
com.sun.corba.ee.impl.encoding.OSFCodeSetRegistry.Entry
-
Packages that use OSFCodeSetRegistry.Entry Package Description com.sun.corba.ee.impl.encoding com.sun.corba.ee.spi.logging -
-
Uses of OSFCodeSetRegistry.Entry in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding declared as OSFCodeSetRegistry.Entry Modifier and Type Field Description static OSFCodeSetRegistry.EntryOSFCodeSetRegistry. ISO_646This is the encoding older JavaSoft ORBs advertised as their CORBA char code set.static OSFCodeSetRegistry.EntryOSFCodeSetRegistry. ISO_8859_18-bit encoding required for GIOP 1.0, and used as the char set when nothing else is specified.static OSFCodeSetRegistry.EntryOSFCodeSetRegistry. UCS_2static OSFCodeSetRegistry.EntryOSFCodeSetRegistry. UTF_16Fallback wchar code set.(package private) static OSFCodeSetRegistry.EntryOSFCodeSetRegistry. UTF_16BEUTF-16 as specified in the OSF registry has an optional byte order marker.(package private) static OSFCodeSetRegistry.EntryOSFCodeSetRegistry. UTF_16LEstatic OSFCodeSetRegistry.EntryOSFCodeSetRegistry. UTF_8Fallback char code set.Fields in com.sun.corba.ee.impl.encoding with type parameters of type OSFCodeSetRegistry.Entry Modifier and Type Field Description private java.lang.ThreadLocal<java.util.HashMap<OSFCodeSetRegistry.Entry,CodeSetConversion.BTCConverter>>CodeSetConversion. cacheBTCCprivate java.lang.ThreadLocal<java.util.HashMap<OSFCodeSetRegistry.Entry,CodeSetConversion.CTBConverter>>CodeSetConversion. cacheCTBCMethods in com.sun.corba.ee.impl.encoding that return OSFCodeSetRegistry.Entry Modifier and Type Method Description static OSFCodeSetRegistry.EntryOSFCodeSetRegistry. lookupEntry(int encodingValue)Given an OSF registry value, return the corresponding Entry.Methods in com.sun.corba.ee.impl.encoding with parameters of type OSFCodeSetRegistry.Entry Modifier and Type Method Description 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.CodeSetConversion.CTBConverterCodeSetConversion. getCTBConverter(OSFCodeSetRegistry.Entry codeset)CTB converter factory for single byte or variable length encodings.(package private) CodeSetConversion.CTBConverterCodeSetConversion. getCTBConverter(OSFCodeSetRegistry.Entry codeset, boolean littleEndian, boolean useByteOrderMarkers)CTB converter factory for multibyte (mainly fixed) encodings.private voidCodeSetConversion.UTF16BTCConverter. switchToConverter(OSFCodeSetRegistry.Entry newCodeSet)The current solution for dealing with UTF-16 in CORBA is that if our sun.io converter requires byte order markers, and then we see a CORBA wstring/wchar without them, we switch to the sun.io converter that doesn't require them.Constructors in com.sun.corba.ee.impl.encoding with parameters of type OSFCodeSetRegistry.Entry Constructor Description JavaBTCConverter(OSFCodeSetRegistry.Entry codeset)JavaCTBConverter(OSFCodeSetRegistry.Entry codeset, int alignmentForEncoding) -
Uses of OSFCodeSetRegistry.Entry in com.sun.corba.ee.spi.logging
Methods in com.sun.corba.ee.spi.logging with parameters of type OSFCodeSetRegistry.Entry Modifier and Type Method Description MARSHALORBUtilSystemException. unknownCodeset(OSFCodeSetRegistry.Entry arg0)
-