org.apache.pdfbox.encoding
Class PdfDocEncoding

java.lang.Object
  extended by org.apache.pdfbox.encoding.Encoding
      extended by org.apache.pdfbox.encoding.PdfDocEncoding
All Implemented Interfaces:
COSObjectable

public class PdfDocEncoding
extends Encoding

This is an interface to a text encoder.

Version:
$Revision: 1.10 $
Author:
Ben Litchfield

Field Summary
static PdfDocEncoding INSTANCE
          Singleton instance of this class.
 
Fields inherited from class org.apache.pdfbox.encoding.Encoding
codeToName, nameToCode, NOTDEF
 
Constructor Summary
PdfDocEncoding()
          Constructor.
 
Method Summary
 COSBase getCOSObject()
          Convert this standard java object to a COS object.
 
Methods inherited from class org.apache.pdfbox.encoding.Encoding
addCharacterEncoding, getCharacter, getCharacter, getCode, getCodeToNameMap, getName, getNameFromCharacter, getNameToCodeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final PdfDocEncoding INSTANCE
Singleton instance of this class.

Since:
Apache PDFBox 1.3.0
Constructor Detail

PdfDocEncoding

public PdfDocEncoding()
Constructor.

Method Detail

getCOSObject

public COSBase getCOSObject()
Convert this standard java object to a COS object.

Returns:
The cos object that matches this Java object.