intarsys PDF library API

de.intarsys.pdf.font
Class StreamBasedCMap

java.lang.Object
  extended by de.intarsys.pdf.cos.COSBasedObject
      extended by de.intarsys.pdf.font.CMap
          extended by de.intarsys.pdf.font.StreamBasedCMap
All Implemented Interfaces:
ICOSObjectListener, IAttributeSupport

public class StreamBasedCMap
extends CMap


Nested Class Summary
static class StreamBasedCMap.MetaClass
          The meta class implementation
 
Field Summary
static COSName DK_CIDSystemInfo
           
static COSName DK_CMapName
           
static COSName DK_UseCMap
           
static COSName DK_WMode
           
static StreamBasedCMap.MetaClass META
          The meta class instance
 
Method Summary
 CID getNextCID(byte[] bytes, int offset)
           
 CID lookup(byte[] value)
           
 
Methods inherited from class de.intarsys.pdf.font.CMap
toInt, toInt
 
Methods inherited from class de.intarsys.pdf.cos.COSBasedObject
changed, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

META

public static final StreamBasedCMap.MetaClass META
The meta class instance


DK_CMapName

public static final COSName DK_CMapName

DK_CIDSystemInfo

public static final COSName DK_CIDSystemInfo

DK_WMode

public static final COSName DK_WMode

DK_UseCMap

public static final COSName DK_UseCMap
Method Detail

lookup

public CID lookup(byte[] value)
Specified by:
lookup in class CMap

getNextCID

public CID getNextCID(byte[] bytes,
                      int offset)
Specified by:
getNextCID in class CMap

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.