*
* @throws IOException If there is an error parsing the stream.
*/
public void parse() throws IOException
{
result = new CMap();
PDFStreamParser parser = new PDFStreamParser( input, file );
parser.parse();
List tokens = parser.getTokens();
for( int i=0; i<tokens.size(); i++ )
{