LZWStringTable Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.codec iTextSharp.text.pdf.codec.LZWStringTable[[LZWStringTable]] end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Constructors
LZWStringTable
Source code
public LZWStringTable()
Methods
AddCharString
Source code
public virtual int AddCharString(short index, byte b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
index |
|
|
|
b |
FindCharString
Source code
public virtual short FindCharString(short index, byte b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
index |
|
|
|
b |
ClearTable
Source code
public virtual void ClearTable(int codesize)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
codesize |
Hash
Source code
public static int Hash(short index, byte lastbyte)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
index |
|
|
|
lastbyte |
ExpandCode
Source code
public virtual int ExpandCode(byte[] buf, int offset, short code, int skipHead)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
buf |
|
|
|
offset |
|
|
|
code |
|
|
|
skipHead |
Generated with ModularDoc