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
Public Static methods
Returns | Name |
---|
int | Hash (short index, byte lastbyte) |
Details
Constructors
LZWStringTable
Source code
public LZWStringTable()
Methods
AddCharString
Source code
public virtual int AddCharString(short index, byte b)
Arguments
Type | Name | Description |
---|
short | index | |
byte | b | |
FindCharString
Source code
public virtual short FindCharString(short index, byte b)
Arguments
Type | Name | Description |
---|
short | index | |
byte | b | |
ClearTable
Source code
public virtual void ClearTable(int codesize)
Arguments
Type | Name | Description |
---|
int | codesize | |
Hash
Source code
public static int Hash(short index, byte lastbyte)
Arguments
Type | Name | Description |
---|
short | index | |
byte | lastbyte | |
ExpandCode
Source code
public virtual int ExpandCode(byte[] buf, int offset, short code, int skipHead)
Arguments
Type | Name | Description |
---|
byte``[] | buf | |
int | offset | |
short | code | |
int | skipHead | |
Generated with ModularDoc