| Constructor and Description |
|---|
PFBParser() |
| Modifier and Type | Method and Description |
|---|---|
PFBData |
parsePFB(File pfbFile)
Parses a PFB file into a PFBData object.
|
PFBData |
parsePFB(InputStream in)
Parses a PFB file into a PFBData object.
|
PFBData |
parsePFB(URL url)
Parses a PFB file into a PFBData object.
|
public PFBData parsePFB(URL url) throws IOException
url - URL to load the PFB file fromIOException - In case of an I/O problempublic PFBData parsePFB(File pfbFile) throws IOException
pfbFile - File to load the PFB file fromIOException - In case of an I/O problempublic PFBData parsePFB(InputStream in) throws IOException
in - InputStream to load the PFB file fromIOException - In case of an I/O problemCopyright © 2007-2020. All Rights Reserved.