public class PDFDocEncodingCharset extends SingleByteCharset
Charset
implementation for the "PDFDocEncoding" from the PDF specification.Modifier and Type | Field and Description |
---|---|
static PDFDocEncodingCharset |
INSTANCE
Singleton instance.
|
static java.lang.String |
NAME
Canonical name for the PDFDocEncoding.
|
REPLACEMENT_CHARACTER
Constructor and Description |
---|
PDFDocEncodingCharset()
Creates a new "PDFDocEncoding" charset.
|
contains, newDecoder, newEncoder
public static final java.lang.String NAME
public static final PDFDocEncodingCharset INSTANCE