org.pdfbox.encoding
Class StandardEncoding
java.lang.Object
org.pdfbox.encoding.Encoding
org.pdfbox.encoding.StandardEncoding
- All Implemented Interfaces:
- COSObjectable
- public class StandardEncoding
- extends Encoding
This is an interface to a text encoder.
- Version:
- $Revision: 1.10 $
- Author:
- Ben Litchfield
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardEncoding
public StandardEncoding()
- Constructor.
getCOSObject
public COSBase getCOSObject()
- Convert this standard java object to a COS object.
- Returns:
- The cos object that matches this Java object.