public class CMapParser extends Object
Constructor and Description |
---|
CMapParser()
Creates a new instance of CMapParser.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
A simple class to test parsing of cmap files.
|
CMap |
parse(InputStream input)
This will parse the stream and create a cmap object.
|
public CMap parse(InputStream input) throws IOException
input
- The CMAP stream to parse.IOException
- If there is an error parsing the stream.Copyright © 2018. All rights reserved.