Package org.apache.pdfbox.encoding
Class EncodingManager
- java.lang.Object
-
- org.apache.pdfbox.encoding.EncodingManager
-
public class EncodingManager extends java.lang.Object
This class will handle getting the appropriate encodings.- Version:
- $Revision: 1.9 $
- Author:
- Ben Litchfield
-
-
Field Summary
Fields Modifier and Type Field Description static EncodingManager
INSTANCE
Default singleton instance of this class.
-
Constructor Summary
Constructors Constructor Description EncodingManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Encoding
getEncoding(COSName name)
This will get an encoding by name.Encoding
getStandardEncoding()
This will get the standard encoding.
-
-
-
Field Detail
-
INSTANCE
public static final EncodingManager INSTANCE
Default singleton instance of this class.- Since:
- Apache PDFBox 1.3.0
-
-
Method Detail
-
getStandardEncoding
public Encoding getStandardEncoding()
This will get the standard encoding.- Returns:
- The standard encoding.
-
-