Name | Description | |
---|---|---|
NZipItem Constructor | Overloaded. |
The following tables list the members exposed by NZipItem.
Name | Description | |
---|---|---|
NZipItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
CompressionMethod | Specifies whether the stream should be compressed or only stored in the archive. By default set to Deflated, which means that the stream should be compressed. | |
ExtraDataAllowed | Determines whether writing of extra data (a.k.a. extra fields) at the end of the local file header of the ZIP entry is allowed. By default set to true. | |
Name | Gets/Sets the name of the item. | |
Stream | Gets/Sets the stream of the item.
On compression this is the stream that should be compressed. On decompression this is the decompressed stream. |