Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ZipHelper Class / GetZipOutputStream Method / GetZipOutputStream(Stream) Method
stream


In This Topic
    GetZipOutputStream(Stream) Method
    In This Topic
    Gets the zip output stream.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetZipOutputStream( _
       ByVal stream As Stream _
    ) As ICSharpCode.SharpZipLib.Zip.ZipOutputStream
    'Usage
     
    
    Dim stream As Stream
    Dim value As ICSharpCode.SharpZipLib.Zip.ZipOutputStream
     
    value = ZipHelper.GetZipOutputStream(stream)
    public static ICSharpCode.SharpZipLib.Zip.ZipOutputStream GetZipOutputStream( 
       Stream stream
    )

    Parameters

    stream
    stream

    Return Value

    the instance of ZipOutputStream
    See Also