public class PFBParser
extends java.lang.Object
PFBData| Constructor | Description |
|---|---|
PFBParser() |
| Modifier and Type | Method | Description |
|---|---|---|
PFBData |
parsePFB(java.io.InputStream in) |
Parses a PFB file into a PFBData object.
|
public PFBData parsePFB(java.io.InputStream in) throws java.io.IOException
in - InputStream to load the PFB file fromjava.io.IOException - In case of an I/O problemCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.