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.Entry
OSFCodeSetRegistry. ISO_646
This is the encoding older JavaSoft ORBs advertised as their CORBA char code set.static OSFCodeSetRegistry.Entry
OSFCodeSetRegistry. ISO_8859_1
8-bit encoding required for GIOP 1.0, and used as the char set when nothing else is specified.static OSFCodeSetRegistry.Entry
OSFCodeSetRegistry. UCS_2
static OSFCodeSetRegistry.Entry
OSFCodeSetRegistry. UTF_16
Fallback wchar code set.(package private) static OSFCodeSetRegistry.Entry
OSFCodeSetRegistry. UTF_16BE
UTF-16 as specified in the OSF registry has an optional byte order marker.(package private) static OSFCodeSetRegistry.Entry
OSFCodeSetRegistry. UTF_16LE
static OSFCodeSetRegistry.Entry
OSFCodeSetRegistry. UTF_8
Fallback 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. cacheBTCC
private java.lang.ThreadLocal<java.util.HashMap<OSFCodeSetRegistry.Entry,CodeSetConversion.CTBConverter>>
CodeSetConversion. cacheCTBC
Methods in com.sun.corba.ee.impl.encoding that return OSFCodeSetRegistry.Entry Modifier and Type Method Description static OSFCodeSetRegistry.Entry
OSFCodeSetRegistry. 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.BTCConverter
CodeSetConversion. getBTCConverter(OSFCodeSetRegistry.Entry codeset)
BTCConverter factory for single byte or variable width encodings.CodeSetConversion.BTCConverter
CodeSetConversion. getBTCConverter(OSFCodeSetRegistry.Entry codeset, java.nio.ByteOrder defaultByteOrder)
BTCConverter factory for fixed width multibyte encodings.CodeSetConversion.CTBConverter
CodeSetConversion. getCTBConverter(OSFCodeSetRegistry.Entry codeset)
CTB converter factory for single byte or variable length encodings.(package private) CodeSetConversion.CTBConverter
CodeSetConversion. getCTBConverter(OSFCodeSetRegistry.Entry codeset, boolean littleEndian, boolean useByteOrderMarkers)
CTB converter factory for multibyte (mainly fixed) encodings.private void
CodeSetConversion.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 MARSHAL
ORBUtilSystemException. unknownCodeset(OSFCodeSetRegistry.Entry arg0)
-