Package com.lowagie.text.pdf.fonts.cmaps
Class CMapParser
- java.lang.Object
-
- com.lowagie.text.pdf.fonts.cmaps.CMapParser
-
public class CMapParser extends Object
This will parser a CMap stream.- Since:
- 2.1.4
- Version:
- $Revision: 4065 $
- Author:
- Ben Litchfield
-
-
Constructor Summary
Constructors Constructor Description CMapParser()Creates a new instance of CMapParser.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)A simple class to test parsing of cmap files.CMapparse(InputStream input)This will parse the stream and create a cmap object.
-
-
-
Method Detail
-
parse
public CMap parse(InputStream input) throws IOException
This will parse the stream and create a cmap object.- Parameters:
input- The CMAP stream to parse.- Returns:
- The parsed stream as a java object.
- Throws:
IOException- If there is an error parsing the stream.
-
-