Nevron Open Vision Documentation
Inheritance Hierarchy
In This Topic
    Nevron.Nov.Compression Namespace
    In This Topic
    Classes
     ClassDescription
    ClassProvides various compression and decompression routines.
    ClassCompresses one or more NOV DOM nodes to a ZIP archive.
    ClassDecompresses the nodes from a ZIP archive.
    ClassCompresses 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.
    ClassDecompresses a ZIP archive and provides a property "Items" that is a list of the decompressed ZIP items.
    ClassContains information about a ZIP item.
    Interfaces
     InterfaceDescription
    InterfaceInterface used in zip compression.
    InterfaceInterface used in zip decompression.
    Enumerations
     EnumerationDescription
    EnumerationEnumerates the most commonly used gzip compression levels.
    EnumerationDetermines how entries are tested to see if they should use Zip64 extensions or not.
    EnumerationEnumerates the compression methods for ZIP items.
    See Also