Package org.apache.fontbox.cff
Class CFFOperator.Key
java.lang.Object
org.apache.fontbox.cff.CFFOperator.Key
- Enclosing class:
- CFFOperator
This class is a holder for a key value. It consists of one or two bytes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
private int[] value
-
-
Constructor Details
-
Key
public Key(int b0) Constructor.- Parameters:
b0
- the one byte value
-
Key
public Key(int b0, int b1) Constructor.- Parameters:
b0
- the first byte of a two byte valueb1
- the second byte of a two byte value
-
Key
private Key(int[] value)
-
-
Method Details