public class MacRomanEncoding extends Encoding
| Modifier and Type | Field and Description |
|---|---|
static MacRomanEncoding |
INSTANCE
Singleton instance of this class.
|
codeToName, nameToCode, NOTDEF| Constructor and Description |
|---|
MacRomanEncoding()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object.
|
java.lang.String |
getName(int code)
This will take a character code and get the name from the code.
|
addCharacterEncoding, getCharacter, getCharacter, getCode, getCodeToNameMap, getNameFromCharacter, getNameToCodeMappublic static final MacRomanEncoding INSTANCE
public java.lang.String getName(int code)
throws java.io.IOException
Encodingpublic COSBase getCOSObject()