CharacterSet
public class Big5CharacterSet extends java.lang.Object implements CharacterSet
Constructor | Description |
---|---|
Big5CharacterSet() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getEncodingName() |
|
static Big5CharacterSet |
getInstance() |
|
boolean |
inCharset(int ch) |
Determine if a character is present in the character set
|
public static Big5CharacterSet getInstance()
public final boolean inCharset(int ch)
CharacterSet
inCharset
in interface CharacterSet
public final java.lang.String getEncodingName()