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

Mostra file Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method Description
Compress ( byte buf, int offset, int length ) : void
Flush ( ) : void
LZWCompressor ( Stream outp, int codeSize, bool TIFF ) : System

Method Details

Compress() public method

public Compress ( byte buf, int offset, int length ) : void
buf byte
offset int
length int
return void

Flush() public method

public Flush ( ) : void
return void

LZWCompressor() public method

public LZWCompressor ( Stream outp, int codeSize, bool TIFF ) : System
outp Stream
codeSize int
TIFF bool
return System