public class GB2312CharacterSet extends java.lang.Object implements PluggableCharacterSet
| Constructor and Description |
|---|
GB2312CharacterSet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEncodingName()
Determine the name of the Java character set encoding to be used
|
static GB2312CharacterSet |
getInstance() |
boolean |
inCharset(int ch)
Determine if a character is present in the character set
|
public static GB2312CharacterSet getInstance()
public final boolean inCharset(int ch)
CharacterSetinCharset in interface CharacterSetpublic final java.lang.String getEncodingName()
PluggableCharacterSetgetEncodingName in interface PluggableCharacterSet