public class AFMParser
extends java.lang.Object
AFMFile
).Constructor and Description |
---|
AFMParser()
Main constructor.
|
public AFMFile parse(java.io.InputStream in, java.lang.String afmFileName) throws java.io.IOException
in
- the stream to read fromafmFileName
- the name of the AFM filejava.io.IOException
- if an I/O error occurspublic AFMFile parse(java.io.BufferedReader reader, java.lang.String afmFileName) throws java.io.IOException
reader
- the BufferedReader instance to read fromafmFileName
- the name of the AFM filejava.io.IOException
- if an I/O error occursCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.