Package org.apache.pdfbox.encoding
Class PDFDocEncodingCharset
- java.lang.Object
-
- java.nio.charset.Charset
-
- org.apache.pdfbox.encoding.SingleByteCharset
-
- org.apache.pdfbox.encoding.PDFDocEncodingCharset
-
- All Implemented Interfaces:
java.lang.Comparable<java.nio.charset.Charset>
public class PDFDocEncodingCharset extends SingleByteCharset
Charset
implementation for the "PDFDocEncoding" from the PDF specification.- Version:
- $Revision$
-
-
Field Summary
Fields Modifier and Type Field Description static PDFDocEncodingCharset
INSTANCE
Singleton instance.static java.lang.String
NAME
Canonical name for the PDFDocEncoding.-
Fields inherited from class org.apache.pdfbox.encoding.SingleByteCharset
REPLACEMENT_CHARACTER
-
-
Constructor Summary
Constructors Constructor Description PDFDocEncodingCharset()
Creates a new "PDFDocEncoding" charset.
-
Method Summary
-
Methods inherited from class org.apache.pdfbox.encoding.SingleByteCharset
contains, newDecoder, newEncoder
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
Canonical name for the PDFDocEncoding.- See Also:
- Constant Field Values
-
INSTANCE
public static final PDFDocEncodingCharset INSTANCE
Singleton instance.
-
-