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>
public class PDFDocEncodingCharset
- extends SingleByteCharset
Charset implementation for the "PDFDocEncoding" from the PDF specification.
- Version:
- $Revision$
| Methods inherited from class java.nio.charset.Charset |
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString |
NAME
public static final String NAME
- Canonical name for the PDFDocEncoding.
- See Also:
- Constant Field Values
INSTANCE
public static final PDFDocEncodingCharset INSTANCE
- Singleton instance.
PDFDocEncodingCharset
public PDFDocEncodingCharset()
- Creates a new "PDFDocEncoding" charset.
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.