org.apache.fontbox.cff
public static class CFFOperator.Key extends Object
Constructor Summary | |
---|---|
Key(int b0)
Constructor. | |
Key(int b0, int b1)
Constructor. |
Method Summary | |
---|---|
boolean | equals(Object object) |
int[] | getValue()
Returns the value of the key. |
int | hashCode() |
String | toString() |
Parameters: b0 the one byte value
Parameters: b0 the first byte of a two byte value b1 the second byte of a two byte value
Returns: the value