com.itextpdf.text.pdf.fonts.cmaps
Class CMapByteCid

java.lang.Object
  extended by com.itextpdf.text.pdf.fonts.cmaps.AbstractCMap
      extended by com.itextpdf.text.pdf.fonts.cmaps.CMapByteCid

public class CMapByteCid
extends AbstractCMap


Constructor Summary
CMapByteCid()
           
 
Method Summary
 String decodeSequence(CMapSequence seq)
           
 int decodeSingle(CMapSequence seq)
           
 
Methods inherited from class com.itextpdf.text.pdf.fonts.cmaps.AbstractCMap
decodeStringToByte, decodeStringToUnicode, getName, getOrdering, getRegistry, getSupplement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMapByteCid

public CMapByteCid()
Method Detail

decodeSingle

public int decodeSingle(CMapSequence seq)
Parameters:
seq -
Returns:
the cid code or -1 for end

decodeSequence

public String decodeSequence(CMapSequence seq)


Copyright © 2013. All Rights Reserved.