Nevron Open Vision Documentation
Nevron.Nov.Compression Namespace / NStringMapZipCompressor Class
Members


In This Topic
    NStringMapZipCompressor Class
    In This Topic
    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.
    Object Model
    NStringMapZipCompressor Class
    Syntax
    'Declaration
     
    
    Public Class NStringMapZipCompressor 
       Implements INZipCompressor 
    'Usage
     
    
    Dim instance As NStringMapZipCompressor
    public class NStringMapZipCompressor : INZipCompressor  
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Compression.NStringMapZipCompressor

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also