public final class OSFCodeSetRegistry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OSFCodeSetRegistry.Entry
An entry in the OSF registry which allows users
to find out the equivalent Java character encoding
name as well as some other facts from the registry.
|
Modifier and Type | Field and Description |
---|---|
static OSFCodeSetRegistry.Entry |
ISO_646
This is the encoding older JavaSoft ORBs advertised as their
CORBA char code set.
|
static int |
ISO_646_VALUE |
static OSFCodeSetRegistry.Entry |
ISO_8859_1
8-bit encoding required for GIOP 1.0, and used as the char set
when nothing else is specified.
|
static int |
ISO_8859_1_VALUE |
static OSFCodeSetRegistry.Entry |
UCS_2 |
static int |
UCS_2_VALUE |
static OSFCodeSetRegistry.Entry |
UTF_16
Fallback wchar code set.
|
static int |
UTF_16_VALUE |
static OSFCodeSetRegistry.Entry |
UTF_8
Fallback char code set.
|
static int |
UTF_8_VALUE |
Modifier and Type | Method and Description |
---|---|
static OSFCodeSetRegistry.Entry |
lookupEntry(int encodingValue)
Given an OSF registry value, return the corresponding Entry.
|
public static final int ISO_8859_1_VALUE
public static final int UTF_16_VALUE
public static final int UTF_8_VALUE
public static final int UCS_2_VALUE
public static final int ISO_646_VALUE
public static final OSFCodeSetRegistry.Entry ISO_8859_1
public static final OSFCodeSetRegistry.Entry UTF_16
public static final OSFCodeSetRegistry.Entry UTF_8
public static final OSFCodeSetRegistry.Entry UCS_2
public static final OSFCodeSetRegistry.Entry ISO_646
public static OSFCodeSetRegistry.Entry lookupEntry(int encodingValue)
Copyright © 2017 JBoss by Red Hat. All rights reserved.