Skip to main content
Skip table of contents

LZWCompressor

LZWCompressor Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.codec
  iTextSharp.text.pdf.codec.LZWCompressor[[LZWCompressor]]
  end

Members

Methods

Public methods
ReturnsName
voidCompress(byte``[] buf, int offset, int length)
voidFlush()

Details

Constructors

LZWCompressor

Source code

public LZWCompressor(Stream outp, int codeSize, bool TIFF)
Arguments
TypeNameDescription
Streamoutp
intcodeSize
boolTIFF

Methods

Compress

Source code

public virtual void Compress(byte[] buf, int offset, int length)
Arguments
TypeNameDescription
byte``[]buf
intoffset
intlength
Flush

Source code

public virtual void Flush()

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.