|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fontbox.cff.Type2CharStringParser
public class Type2CharStringParser
This class represents a converter for a mapping into a Type2-sequence.
Constructor Summary | |
---|---|
Type2CharStringParser()
|
Method Summary | |
---|---|
java.util.List<java.lang.Object> |
parse(byte[] bytes,
IndexData globalSubrIndex,
IndexData localSubrIndex)
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 |
---|
public Type2CharStringParser()
Method Detail |
---|
public java.util.List<java.lang.Object> parse(byte[] bytes, IndexData globalSubrIndex, IndexData localSubrIndex) throws java.io.IOException
bytes
- the given mapping as byte arrayglobalSubrIndex
- index containing all global subroutineslocalSubrIndex
- index containing all local subroutines
java.io.IOException
- if an error occurs during reading
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |