java.lang.Comparable<java.nio.charset.Charset>public class PDFDocEncodingCharset extends SingleByteCharset
Charset implementation for the "PDFDocEncoding" from the PDF specification.| Modifier and Type | Field | Description |
|---|---|---|
static PDFDocEncodingCharset |
INSTANCE |
Singleton instance.
|
static java.lang.String |
NAME |
Canonical name for the PDFDocEncoding.
|
REPLACEMENT_CHARACTER| Constructor | Description |
|---|---|
PDFDocEncodingCharset() |
Creates a new "PDFDocEncoding" charset.
|
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontains, newDecoder, newEncoderpublic static final java.lang.String NAME
public static final PDFDocEncodingCharset INSTANCE