Class | Description | |
---|---|---|
NCompression | Provides various compression and decompression routines. | |
NNodesZipCompressor | Compresses one or more NOV DOM nodes to a ZIP archive. | |
NNodesZipDecompressor | Decompresses the nodes from a ZIP archive. | |
NStringMapZipCompressor | Compresses a map of strings to ZIP, where the keys are used as ZIP entry names and the values are serialized to bytes using the UTF-8 encoding. | |
NZipCompressor | A simple implementation of the INZipCompressor interface. | |
NZipDecompressor | Decompresses a ZIP archive and provides a property "Items" that is a list of the decompressed ZIP items. | |
NZipItem | Contains information about a ZIP item. |