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

Afficher le fichier Open project: boecko/iTextSharp Class Usage Examples

Méthodes publiques

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

Method Details

Compress() public méthode

public Compress ( byte buf, int offset, int length ) : void
buf byte
offset int
length int
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

LZWCompressor() public méthode

public LZWCompressor ( Stream outp, int codeSize, bool TIFF ) : System
outp Stream
codeSize int
TIFF bool
Résultat System