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:
Comparable<Charset>
Charset implementation for the "PDFDocEncoding" from the PDF specification.- Version:
- $Revision$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PDFDocEncodingCharsetSingleton instance.static final StringCanonical name for the PDFDocEncoding.Fields inherited from class org.apache.pdfbox.encoding.SingleByteCharset
REPLACEMENT_CHARACTER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pdfbox.encoding.SingleByteCharset
contains, newDecoder, newEncoderMethods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
-
Field Details
-
NAME
Canonical name for the PDFDocEncoding.- See Also:
-
INSTANCE
Singleton instance.
-
-
Constructor Details
-
PDFDocEncodingCharset
public PDFDocEncodingCharset()Creates a new "PDFDocEncoding" charset.
-