org.fontbox.cmap
Class CMapParser
java.lang.Objectorg.fontbox.cmap.CMapParser
public class CMapParser
extends java.lang.Object
This will parser a CMap stream.
CMapParser()- Creates a new instance of CMapParser.
|
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.
|
CMapParser
public CMapParser()
Creates a new instance of CMapParser.
main
public static void main(String[] args)
throws Exception A simple class to test parsing of cmap files.
args - Some command line arguments.
parse
public CMap parse(InputStream input)
throws IOException This will parse the stream and create a cmap object.
input - The CMAP stream to parse.
- The parsed stream as a java object.