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

Mostrar archivo Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method 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 method

public AddCharString ( short index, byte b ) : int
index short
b byte
return int

ClearTable() public method

public ClearTable ( int codesize ) : void
codesize int
return void

ExpandCode() public method

public ExpandCode ( byte buf, int offset, short code, int skipHead ) : int
buf byte
offset int
code short
skipHead int
return int

FindCharString() public method

public FindCharString ( short index, byte b ) : short
index short
b byte
return short

Hash() public static method

public static Hash ( short index, byte lastbyte ) : int
index short
lastbyte byte
return int

LZWStringTable() public method

public LZWStringTable ( ) : System
return System