intarsys PDF library API

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 contains(byte[] value)
           
 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

getEnd

public byte[] getEnd()

getStart

public byte[] getStart()

contains

public boolean contains(byte[] value)

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.