C# Class iTextSharp.text.pdf.LZWDecoder

Exibir arquivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method 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 method

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

InitializeStringTable() public method

public InitializeStringTable ( ) : void
return void

LZWDecoder() public method

public LZWDecoder ( ) : System
return System

WriteString() public method

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