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