public class ToUnicodeInterval extends Object
| Constructor and Description |
|---|
ToUnicodeInterval(long intervalBegin,
long intervalEnd,
byte[] startingValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCode(long code)
Checks if given code can be successfully mapped to cid with this mapping
interval.
|
String |
toUnicode(int code)
If code is in mapping interval, this method performs mapping of given
code to Unicode value.
|
public ToUnicodeInterval(long intervalBegin,
long intervalEnd,
byte[] startingValue)
intervalBegin - is the first code of mapping interval.intervalEnd - is the last code of mapping interval.startingValue - is the cid value for first code of mapping interval.public boolean containsCode(long code)
code - is character code to be checked.public String toUnicode(int code)
code - is a character code.Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.