org.apache.pdfbox.encoding
Class PDFDocEncodingCharset

java.lang.Object
  extended by java.nio.charset.Charset
      extended by org.apache.pdfbox.encoding.SingleByteCharset
          extended by 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$

Field Summary
static PDFDocEncodingCharset INSTANCE
          Singleton instance.
static String NAME
          Canonical name for the PDFDocEncoding.
 
Fields inherited from class org.apache.pdfbox.encoding.SingleByteCharset
REPLACEMENT_CHARACTER
 
Constructor Summary
PDFDocEncodingCharset()
          Creates a new "PDFDocEncoding" charset.
 
Method Summary
 
Methods inherited from class org.apache.pdfbox.encoding.SingleByteCharset
contains, newDecoder, newEncoder
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
Canonical name for the PDFDocEncoding.

See Also:
Constant Field Values

INSTANCE

public static final PDFDocEncodingCharset INSTANCE
Singleton instance.

Constructor Detail

PDFDocEncodingCharset

public PDFDocEncodingCharset()
Creates a new "PDFDocEncoding" charset.



Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.