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
Returns | Name |
---|
void | Compress (byte``[] buf, int offset, int length) |
void | Flush () |
Details
Constructors
LZWCompressor
Source code
public LZWCompressor(Stream outp, int codeSize, bool TIFF)
Arguments
Type | Name | Description |
---|
Stream | outp | |
int | codeSize | |
bool | TIFF | |
Methods
Compress
Source code
public virtual void Compress(byte[] buf, int offset, int length)
Arguments
Type | Name | Description |
---|
byte``[] | buf | |
int | offset | |
int | length | |
Flush
Source code
public virtual void Flush()
Generated with ModularDoc