org.pdfbox.encoding
Class EncodingManager
java.lang.Object
org.pdfbox.encoding.EncodingManager
public class EncodingManager
- extends Object
This class will handle getting the appropriate encodings.
- Version:
- $Revision: 1.5 $
- Author:
- Ben Litchfield (ben@csh.rit.edu)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncodingManager
public EncodingManager()
getStandardEncoding
public Encoding getStandardEncoding()
- This will get the standard encoding.
- Returns:
- The standard encoding.
getEncoding
public Encoding getEncoding(COSName name)
throws IOException
- This will get an encoding by name.
- Parameters:
name
- The name of the encoding to get.
- Returns:
- The encoding that matches the name.
- Throws:
IOException
- If there is not encoding with that name.
Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.