ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZStreamWriter Class / Dispose Method

In This Topic
    Dispose Method (C1ZStreamWriter)
    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.

    Overload List
    OverloadDescription

    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.

     
    (Inherited from System.IO.Stream)
    See Also