TIFFLZWDecoder 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.TIFFLZWDecoder[[TIFFLZWDecoder]] end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
() |
|
|
() |
|
|
( |
Details
Constructors
TIFFLZWDecoder
Source code
public TIFFLZWDecoder(int w, int predictor, int samplesPerPixel)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
w |
|
|
|
predictor |
|
|
|
samplesPerPixel |
Methods
Decode
Source code
public virtual byte Decode(byte[] data, byte[] uncompData, int h)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
|
|
|
uncompData |
|
|
|
h |
InitializeStringTable
Source code
public virtual void InitializeStringTable()
WriteString
Source code
public virtual void WriteString(byte[] strn)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
strn |
AddStringToTable [1/2]
Source code
public virtual void AddStringToTable(byte[] oldString, byte newString)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
oldString |
|
|
|
newString |
AddStringToTable [2/2]
Source code
public virtual void AddStringToTable(byte[] strn)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
strn |
ComposeString
Source code
public virtual byte ComposeString(byte[] oldString, byte newString)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
oldString |
|
|
|
newString |
GetNextCode
Source code
public virtual int GetNextCode()
Generated with ModularDoc