C# Class iTextSharp.text.pdf.codec.LZWStringTable

Afficher le fichier Open project: boecko/iTextSharp Class Usage Examples

Méthodes publiques

Méthode Description
AddCharString ( short index, byte b ) : int
ClearTable ( int codesize ) : void
ExpandCode ( byte buf, int offset, short code, int skipHead ) : int
FindCharString ( short index, byte b ) : short
Hash ( short index, byte lastbyte ) : int
LZWStringTable ( ) : System

Method Details

AddCharString() public méthode

public AddCharString ( short index, byte b ) : int
index short
b byte
Résultat int

ClearTable() public méthode

public ClearTable ( int codesize ) : void
codesize int
Résultat void

ExpandCode() public méthode

public ExpandCode ( byte buf, int offset, short code, int skipHead ) : int
buf byte
offset int
code short
skipHead int
Résultat int

FindCharString() public méthode

public FindCharString ( short index, byte b ) : short
index short
b byte
Résultat short

Hash() public static méthode

public static Hash ( short index, byte lastbyte ) : int
index short
lastbyte byte
Résultat int

LZWStringTable() public méthode

public LZWStringTable ( ) : System
Résultat System