|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.encoding.EncodingManager
public class EncodingManager
This class will handle getting the appropriate encodings.
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 |
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 not encoding with that name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |