|
The GZip component implements both the resource compressing and uncompressing functions.
The data format used by GZip is described by RFC 1952 standard.
Name |
Description |
BatchSize |
Specifies the size of the processed batch. |
CompressionLevel |
Represents the compression level applied to the data stream. |
Strategy |
Represents the compression strategy applied to the data stream. |
|
Name |
Description |
Compress |
Compresses a file or stream with gzip format. |
Uncompress |
Uncompresses a file or stream, compressed with gzip format. |
|
Name |
Description |
Progress |
Occurs when compressing / uncompressing is processed. |
|
|