Package org.apache.pdfbox.encoding
Class StandardEncoding
java.lang.Object
org.apache.pdfbox.encoding.Encoding
org.apache.pdfbox.encoding.StandardEncoding
- All Implemented Interfaces:
COSObjectable
This is an interface to a text encoder.
- Version:
- $Revision: 1.10 $
- Author:
- Ben Litchfield
-
Field Summary
FieldsFields inherited from class org.apache.pdfbox.encoding.Encoding
codeToName, nameToCode, NOTDEF
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConvert this standard java object to a COS object.Methods inherited from class org.apache.pdfbox.encoding.Encoding
addCharacterEncoding, getCharacter, getCharacter, getCharacterForName, getCode, getCodeToNameMap, getName, getNameFromCharacter, getNameToCodeMap, hasCodeForName, hasNameForCode
-
Field Details
-
INSTANCE
Singleton instance of this class.- Since:
- Apache PDFBox 1.3.0
-
-
Constructor Details
-
StandardEncoding
public StandardEncoding()Constructor.
-
-
Method Details
-
getCOSObject
Convert this standard java object to a COS object.- Returns:
- The cos object that matches this Java object.
-