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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
contains, newDecoder, newEncoder
public static final java.lang.String NAME
public static final PDFDocEncodingCharset INSTANCE