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

Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
AddStringToTable ( byte strn ) : void
AddStringToTable ( byte oldString, byte newString ) : void
ComposeString ( byte oldString, byte newString ) : byte[]
Decode ( byte data, byte uncompData, int h ) : byte[]
GetNextCode ( ) : int
InitializeStringTable ( ) : void
TIFFLZWDecoder ( int w, int predictor, int samplesPerPixel ) : System
WriteString ( byte strn ) : void

Method Details

AddStringToTable() public method

public AddStringToTable ( byte strn ) : void
strn byte
return void

AddStringToTable() public method

public AddStringToTable ( byte oldString, byte newString ) : void
oldString byte
newString byte
return void

ComposeString() public method

public ComposeString ( byte oldString, byte newString ) : byte[]
oldString byte
newString byte
return byte[]

Decode() public method

public Decode ( byte data, byte uncompData, int h ) : byte[]
data byte
uncompData byte
h int
return byte[]

GetNextCode() public method

public GetNextCode ( ) : int
return int

InitializeStringTable() public method

public InitializeStringTable ( ) : void
return void

TIFFLZWDecoder() public method

public TIFFLZWDecoder ( int w, int predictor, int samplesPerPixel ) : System
w int
predictor int
samplesPerPixel int
return System

WriteString() public method

public WriteString ( byte strn ) : void
strn byte
return void