com.lowagie.text.pdf.fonts.cmaps
Class CMapParser

java.lang.Object
  extended by com.lowagie.text.pdf.fonts.cmaps.CMapParser

public class CMapParser
extends java.lang.Object

This will parser a CMap stream.

Since:
2.1.4
Version:
$Revision: 3943 $
Author:
Ben Litchfield

Constructor Summary
CMapParser()
          Creates a new instance of CMapParser.
 
Method Summary
static void main(java.lang.String[] args)
          A simple class to test parsing of cmap files.
 CMap parse(java.io.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

CMapParser

public CMapParser()
Creates a new instance of CMapParser.

Method Detail

parse

public CMap parse(java.io.InputStream input)
           throws java.io.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:
java.io.IOException - If there is an error parsing the stream.

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
A simple class to test parsing of cmap files.

Parameters:
args - Some command line arguments.
Throws:
java.lang.Exception - If there is an error parsing the file.


iText 2.1.7