|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fontbox.cff.Type1CharStringParser
public class Type1CharStringParser
This class represents a converter for a mapping into a Type1-sequence.
| Constructor Summary | |
|---|---|
Type1CharStringParser()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.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 |
| Constructor Detail |
|---|
public Type1CharStringParser()
| Method Detail |
|---|
public java.util.List<java.lang.Object> parse(byte[] bytes)
throws java.io.IOException
bytes - the given mapping as byte array
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 | |||||||||