public class EncodingManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static EncodingManager |
INSTANCE
Default singleton instance of this class.
|
| Constructor and Description |
|---|
EncodingManager() |
| Modifier and Type | Method and Description |
|---|---|
Encoding |
getEncoding(COSName name)
This will get an encoding by name.
|
Encoding |
getStandardEncoding()
This will get the standard encoding.
|
public static final EncodingManager INSTANCE
public Encoding getStandardEncoding()