Nevron.Nov.Compression Namespace : NDirectoryZipCompressor Class |
The following tables list the members exposed by NDirectoryZipCompressor.
Name | Description | |
---|---|---|
![]() | DirectoryScanMode | Gets/Sets the directory scan mode. By default set to AllDirectories. |
![]() | FileMask | Gets/Sets the file mask, which determines the files to compress. By default set to "*.*", which matches all files. |
![]() | Path | Gets the path to the directory to compress. |
Name | Description | |
---|---|---|
![]() | GetItemsToCompress | Gets the items to compress. |
![]() | OnItemCompressed | Called when an item has been compressed. |
Name | Description | |
---|---|---|
![]() | CreateZipItem | Creates a ZIP item for the given file. |
![]() | GetStreamForFile | Gets the stream to compress for the given file. |
![]() | ShouldCompressFile | Gets whether the given file should be compressed. |