| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.pdfbox.encoding.EncodingManagerpublic class EncodingManagerextends java.lang.ObjectMethod Summary | |
Encoding |
|
Encoding |
|
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.
public Encoding getStandardEncoding()
This will get the standard encoding.
- Returns:
- The standard encoding.