|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fontbox.cmap.CMapParser
public class CMapParser
This will parser a CMap stream.
| Constructor Summary | |
|---|---|
CMapParser()
Creates a new instance of CMapParser. |
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
A simple class to test parsing of cmap files. |
CMap |
parse(File file)
Parse a CMAP file on the file system. |
CMap |
parse(String resourceRoot,
InputStream input)
This will parse the stream and create a cmap object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMapParser()
| Method Detail |
|---|
public CMap parse(File file)
throws IOException
file - The file to parse.
IOException - If there is an issue while parsing the CMAP.
public CMap parse(String resourceRoot,
InputStream input)
throws IOException
resourceRoot - The root path to the cmap file. This will be used
to find referenced cmap files. It can be null.input - The CMAP stream to parse.
IOException - If there is an error parsing the stream.
public static void main(String[] args)
throws Exception
args - Some command line arguments.
Exception - If there is an error parsing the file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||