Uses of Class
com.sun.corba.ee.impl.encoding.OSFCodeSetRegistry.Entry
Packages that use OSFCodeSetRegistry.Entry
-
Uses of OSFCodeSetRegistry.Entry in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding declared as OSFCodeSetRegistry.EntryModifier and TypeFieldDescriptionstatic final OSFCodeSetRegistry.Entry
OSFCodeSetRegistry.ISO_646
This is the encoding older JavaSoft ORBs advertised as their CORBA char code set.static final 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 final OSFCodeSetRegistry.Entry
OSFCodeSetRegistry.UCS_2
static final OSFCodeSetRegistry.Entry
OSFCodeSetRegistry.UTF_16
Fallback wchar code set.(package private) static final OSFCodeSetRegistry.Entry
OSFCodeSetRegistry.UTF_16BE
UTF-16 as specified in the OSF registry has an optional byte order marker.(package private) static final OSFCodeSetRegistry.Entry
OSFCodeSetRegistry.UTF_16LE
static final OSFCodeSetRegistry.Entry
OSFCodeSetRegistry.UTF_8
Fallback char code set.Fields in com.sun.corba.ee.impl.encoding with type parameters of type OSFCodeSetRegistry.EntryMethods in com.sun.corba.ee.impl.encoding that return OSFCodeSetRegistry.EntryModifier and TypeMethodDescriptionstatic 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.EntryModifier and TypeMethodDescriptionCodeSetConversion.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.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.EntryModifierConstructorDescriptionJavaBTCConverter
(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.EntryModifier and TypeMethodDescriptionORBUtilSystemException.unknownCodeset
(OSFCodeSetRegistry.Entry arg0)