ComponentOne Zip for .NET
Close Method (C1ZStreamWriter)

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZStreamWriter Class : Close Method

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
Public Overrides Sub Close() 
public override void Close()
See Also

Reference

C1ZStreamWriter Class
C1ZStreamWriter Members