| Package | Description |
|---|---|
| com.sun.corba.ee.impl.encoding | |
| com.sun.corba.ee.spi.logging |
| Modifier and Type | Field and 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.
|
static OSFCodeSetRegistry.Entry |
OSFCodeSetRegistry.UTF_8
Fallback char code set.
|
| Modifier and Type | Method and Description |
|---|---|
static OSFCodeSetRegistry.Entry |
OSFCodeSetRegistry.lookupEntry(int encodingValue)
Given an OSF registry value, return the corresponding Entry.
|
| Modifier and Type | Method and Description |
|---|---|
CodeSetConversion.BTCConverter |
CodeSetConversion.getBTCConverter(OSFCodeSetRegistry.Entry codeset)
BTCConverter factory for single byte or variable width encodings.
|
CodeSetConversion.BTCConverter |
CodeSetConversion.getBTCConverter(OSFCodeSetRegistry.Entry codeset,
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.
|
| Modifier and Type | Method and Description |
|---|---|
MARSHAL |
ORBUtilSystemException.unknownCodeset(OSFCodeSetRegistry.Entry arg0) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.