jPod PDF library

de.intarsys.pdf.font
Class CMapRange

java.lang.Object
  extended by de.intarsys.pdf.font.CMapRange

public class CMapRange
extends Object

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

CMapRange

public CMapRange(byte[] start,
                 byte[] end)
Method Detail

checkPrefix

public boolean checkPrefix(byte[] value,
                           int count)

checkRange

public boolean checkRange(byte[] value,
                          int count)

getByteCount

public int getByteCount()

getEnd

public byte[] getEnd()

getStart

public byte[] getStart()

jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.