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

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

public class CMapSequence
extends java.lang.Object


Field Summary
 int len
           
 int off
           
 byte[] seq
           
 
Constructor Summary
CMapSequence()
           
CMapSequence(byte[] seq, int off, int len)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seq

public byte[] seq

off

public int off

len

public int len
Constructor Detail

CMapSequence

public CMapSequence()

CMapSequence

public CMapSequence(byte[] seq,
                    int off,
                    int len)


Copyright © 2013. All Rights Reserved.