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.EntryOSFCodeSetRegistry.ISO_646This is the encoding older JavaSoft ORBs advertised as their CORBA char code set.static final OSFCodeSetRegistry.EntryOSFCodeSetRegistry.ISO_8859_18-bit encoding required for GIOP 1.0, and used as the char set when nothing else is specified.static final OSFCodeSetRegistry.EntryOSFCodeSetRegistry.UCS_2static final OSFCodeSetRegistry.EntryOSFCodeSetRegistry.UTF_16Fallback wchar code set.(package private) static final OSFCodeSetRegistry.EntryOSFCodeSetRegistry.UTF_16BEUTF-16 as specified in the OSF registry has an optional byte order marker.(package private) static final OSFCodeSetRegistry.EntryOSFCodeSetRegistry.UTF_16LEstatic final OSFCodeSetRegistry.EntryOSFCodeSetRegistry.UTF_8Fallback 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.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.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.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.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)