Constructor and Description |
---|
AFMParser()
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
AFMFile |
parse(BufferedReader reader)
Parses an AFM file from a BufferedReader.
|
AFMFile |
parse(File afmFile)
Parses an AFM file from a local file.
|
AFMFile |
parse(InputStream in)
Parses an AFM file from a stream.
|
public AFMFile parse(File afmFile) throws IOException
afmFile
- the AFM fileIOException
- if an I/O error occurspublic AFMFile parse(InputStream in) throws IOException
in
- the stream to read fromIOException
- if an I/O error occurspublic AFMFile parse(BufferedReader reader) throws IOException
reader
- the BufferedReader instance to read fromIOException
- if an I/O error occursCopyright © 2007-2019. All Rights Reserved.