|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.pdf.font.CMapRange
public class CMapRange
A codespace range for a CMap.
todo 1 cmap implement correct byte check
| Constructor Summary | |
|---|---|
CMapRange(byte[] start,
byte[] end)
|
|
| Method Summary | |
|---|---|
boolean |
checkPrefix(byte[] value,
int count)
|
boolean |
checkRange(byte[] value,
int count)
|
int |
getByteCount()
|
byte[] |
getEnd()
|
byte[] |
getStart()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMapRange(byte[] start,
byte[] end)
| Method Detail |
|---|
public boolean checkPrefix(byte[] value,
int count)
public boolean checkRange(byte[] value,
int count)
public int getByteCount()
public byte[] getEnd()
public byte[] getStart()
|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||