Nevron .NET Vision
Nevron.Compression Namespace / INZipCompressor Interface / GetStreamsToCompress Method


In This Topic
    GetStreamsToCompress Method
    In This Topic
    Gets the data and the name of the streams that should be compressed in a zip stream.
    Syntax
    'Declaration
     
    
    Function GetStreamsToCompress() As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,Stream))
    'Usage
     
    
    Dim instance As INZipCompressor
    Dim value As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,Stream))
     
    value = instance.GetStreamsToCompress()
    System.Collections.Generic.IEnumerable<KeyValuePair<string,Stream>> GetStreamsToCompress()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also