public class CP852CharacterSet extends Object implements PluggableCharacterSet
Modifier and Type | Field and Description |
---|---|
static CP852CharacterSet |
theInstance |
Modifier and Type | Method and Description |
---|---|
String |
getEncodingName()
Determine the name of the Java character set encoding to be used
|
static CP852CharacterSet |
getInstance() |
boolean |
inCharset(int ch)
Determine if a character is present in the character set
|
public static CP852CharacterSet theInstance
public static CP852CharacterSet getInstance()
public final boolean inCharset(int ch)
CharacterSet
inCharset
in interface CharacterSet
public final String getEncodingName()
PluggableCharacterSet
getEncodingName
in interface PluggableCharacterSet