|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.encoding.EncodingManager
public class EncodingManager
This class will handle getting the appropriate encodings.
Field Summary | |
---|---|
static EncodingManager |
INSTANCE
Default singleton instance of this class. |
Constructor Summary | |
---|---|
EncodingManager()
|
Method Summary | |
---|---|
Encoding |
getEncoding(COSName name)
This will get an encoding by name. |
Encoding |
getStandardEncoding()
This will get the standard encoding. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final EncodingManager INSTANCE
Constructor Detail |
---|
public EncodingManager()
Method Detail |
---|
public Encoding getStandardEncoding()
public Encoding getEncoding(COSName name) throws java.io.IOException
name
- The name of the encoding to get.
java.io.IOException
- if there is no encoding with that name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |