org.apache.fontbox.cmap
public class CodespaceRange extends Object
Version: $Revision: 1.1 $
Constructor Summary | |
---|---|
CodespaceRange()
Creates a new instance of CodespaceRange. |
Method Summary | |
---|---|
byte[] | getEnd() Getter for property end. |
byte[] | getStart() Getter for property start. |
boolean | isInRange(byte[] code, int offset, int length)
Check whether the given byte array is in this codespace range or ot. |
void | setEnd(byte[] endBytes) Setter for property end. |
void | setStart(byte[] startBytes) Setter for property start. |
Returns: Value of property end.
Returns: Value of property start.
Parameters: code The byte array to look for in the codespace range. offset The starting offset within the byte array. length The length of the part of the array.
Returns: true if the given byte array is in the codespace range.
Parameters: endBytes New value of property end.
Parameters: startBytes New value of property start.