public class PFBParser
extends java.lang.Object
PFBData
Constructor and Description |
---|
PFBParser() |
Modifier and Type | Method and Description |
---|---|
PFBData |
parsePFB(java.io.File pfbFile)
Parses a PFB file into a PFBData object.
|
PFBData |
parsePFB(java.io.InputStream in)
Parses a PFB file into a PFBData object.
|
PFBData |
parsePFB(java.net.URL url)
Parses a PFB file into a PFBData object.
|
public PFBData parsePFB(java.net.URL url) throws java.io.IOException
url
- URL to load the PFB file fromjava.io.IOException
- In case of an I/O problempublic PFBData parsePFB(java.io.File pfbFile) throws java.io.IOException
pfbFile
- File to load the PFB file fromjava.io.IOException
- In case of an I/O problempublic 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-2010 The Apache Software Foundation. All Rights Reserved.