Table of Contents

Class CMapByteCid

Namespace
iText.IO.Font.Cmap
Assembly
itext.io.dll
public class CMapByteCid : AbstractCMap
Inheritance
CMapByteCid
Inherited Members

Constructors

CMapByteCid()

public CMapByteCid()

Methods

DecodeSequence(byte[], int, int)

Decode byte sequence.

public virtual string DecodeSequence(byte[] cidBytes, int offset, int length)

Parameters

cidBytes byte[]

byteCodeBytes

offset int

number of bytes to skip before starting to return chars from the sequence

length int

number of bytes to process

Returns

string

string that contains decoded representation of the given sequence

DecodeSingle(byte[], Cursor)

protected virtual int DecodeSingle(byte[] cidBytes, CMapByteCid.Cursor cursor)

Parameters

cidBytes byte[]
cursor CMapByteCid.Cursor

Returns

int