ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZStreamReader Class / Dispose Method / Dispose(Boolean) Method

In This Topic
    Dispose(Boolean) Method
    In This Topic

    Closes the current stream compressor and flushed any pending data into the base stream.

    If the OwnsBaseStream property is set to True (the default value), then this method also closes the base stream and releases any resources (such as sockets and file handles) associated with it.

    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub Dispose( _
       ByVal disposing As System.Boolean _
    ) 
    protected override void Dispose( 
       System.bool disposing
    )

    Parameters

    disposing
    See Also