public class CCSID extends CCSID
| Constructor and Description |
|---|
CCSID() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getCharSet(int ccsid,
int encoding)
Returns the character set name corresponding to the specified CCSID and encoding.
|
convert, convert, convert, getCCSID, getCCSIDs, getCodepage, getDecoder, getEncoder, getJmqiCodepagepublic static java.lang.String getCharSet(int ccsid,
int encoding)
throws java.io.UnsupportedEncodingException
ccsid - is the ccsidencoding - is the encodingjava.io.UnsupportedEncodingException - if there is no codepage mapping for the supplied CCSID
value