Nevron .NET Vision
Nevron.Compression Namespace / INZipDecompressor Interface / OnEntryDecompressed Method


In This Topic
    OnEntryDecompressed Method
    In This Topic
    Called when a zip entry has been decompressed.
    Syntax
    'Declaration
     
    
    Sub OnEntryDecompressed( _
       ByVal entryName As System.String, _
       ByVal decompressedStream As System.IO.MemoryStream _
    ) 
    'Usage
     
    
    Dim instance As INZipDecompressor
    Dim entryName As System.String
    Dim decompressedStream As System.IO.MemoryStream
     
    instance.OnEntryDecompressed(entryName, decompressedStream)
    void OnEntryDecompressed( 
       System.string entryName,
       System.IO.MemoryStream decompressedStream
    )

    Parameters

    entryName
    decompressedStream
    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