C# Class iTextSharp.text.pdf.LZWDecoder

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

Méthodes publiques

Méthode Description
AddStringToTable ( byte str ) : void
AddStringToTable ( byte oldstring, byte newstring ) : void
ComposeString ( byte oldstring, byte newstring ) : byte[]
Decode ( byte data, Stream uncompData ) : void
InitializeStringTable ( ) : void
LZWDecoder ( ) : System
WriteString ( byte str ) : void

Method Details

AddStringToTable() public méthode

public AddStringToTable ( byte str ) : void
str 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, Stream uncompData ) : void
data byte
uncompData Stream
Résultat void

InitializeStringTable() public méthode

public InitializeStringTable ( ) : void
Résultat void

LZWDecoder() public méthode

public LZWDecoder ( ) : System
Résultat System

WriteString() public méthode

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