public class EncodingManager
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static EncodingManager |
INSTANCE |
Default singleton instance of this class.
|
Constructor | Description |
---|---|
EncodingManager() |
Modifier and Type | Method | 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()