org.apache.fontbox.cff
Class Type1CharStringParser
java.lang.Object
org.apache.fontbox.cff.Type1CharStringParser
public class Type1CharStringParser
- extends Object
This class represents a converter for a mapping into a Type1-sequence.
- Version:
- $Revision: 1.0 $
- Author:
- Villu Russmann
Method Summary |
List<Object> |
parse(byte[] bytes)
The given byte array will be parsed and converted to a Type1 sequence. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Type1CharStringParser
public Type1CharStringParser()
parse
public List<Object> parse(byte[] bytes)
throws IOException
- The given byte array will be parsed and converted to a Type1 sequence.
- Parameters:
bytes
- the given mapping as byte array
- Returns:
- the Type1 sequence
- Throws:
IOException
- if an error occurs during reading
Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.