com.ibm.mq.headers.pcf
Class CCSID
- java.lang.Object
-
- com.ibm.mq.headers.CCSID
-
- com.ibm.mq.headers.pcf.CCSID
-
public class CCSID extends CCSID
- exclude
- The CCSID class provides a helper function to get the string representation of a specified cssid and encoding.
-
-
Constructor Summary
Constructors Constructor and Description CCSID()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.lang.StringgetCharSet(int ccsid, int encoding)Returns the character set name corresponding to the specified CCSID and encoding.-
Methods inherited from class com.ibm.mq.headers.CCSID
convert, convert, convert, getCCSID, getCCSIDs, getCodepage, getDecoder, getEncoder, getJmqiCodepage
-
-
-
-
Method Detail
-
getCharSet
public static java.lang.String getCharSet(int ccsid, int encoding) throws java.io.UnsupportedEncodingExceptionReturns the character set name corresponding to the specified CCSID and encoding.- Parameters:
ccsid- is the ccsidencoding- is the encoding- Returns:
- the character set name
- Throws:
java.io.UnsupportedEncodingException- if there is no codepage mapping for the supplied CCSID value
-
-