org.apache.fontbox.cff
Class Type2CharStringParser

java.lang.Object
  extended by org.apache.fontbox.cff.Type2CharStringParser

public class Type2CharStringParser
extends Object

This class represents a converter for a mapping into a Type2-sequence.

Version:
$Revision: 1.0 $
Author:
Villu Ruusmann

Constructor Summary
Type2CharStringParser()
           
 
Method Summary
 List<Object> parse(byte[] bytes)
          The given byte array will be parsed and converted to a Type2 sequence.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type2CharStringParser

public Type2CharStringParser()
Method Detail

parse

public List<Object> parse(byte[] bytes)
                   throws IOException
The given byte array will be parsed and converted to a Type2 sequence.

Parameters:
bytes - the given mapping as byte array
Returns:
the Type2 sequence
Throws:
IOException - if an error occurs during reading


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.