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

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddStringToTable ( byte strn ) : void
strn byte
Résultat void

AddStringToTable() public méthode

public AddStringToTable ( byte oldString, byte newString ) : void
oldString byte
newString byte
Résultat void

ComposeString() public méthode

public ComposeString ( byte oldString, byte newString ) : byte[]
oldString byte
newString byte
Résultat byte[]

Decode() public méthode

public Decode ( byte data, byte uncompData, int h ) : byte[]
data byte
uncompData byte
h int
Résultat byte[]

GetNextCode() public méthode

public GetNextCode ( ) : int
Résultat int

InitializeStringTable() public méthode

public InitializeStringTable ( ) : void
Résultat void

TIFFLZWDecoder() public méthode

public TIFFLZWDecoder ( int w, int predictor, int samplesPerPixel ) : System
w int
predictor int
samplesPerPixel int
Résultat System

WriteString() public méthode

public WriteString ( byte strn ) : void
strn byte
Résultat void