Noemax.Compression Namespace > CompressionStream Class : Close Method |
'Declaration Public Overrides Sub Close()
'Usage Dim instance As CompressionStream instance.Close()
public override void Close()
public procedure Close(); override;
public override function Close();
public: void Close(); override
public: void Close(); override
If this stream had been initialized with leaveOpen set to true, the underlying stream remains open after this method is called, otherwise the underlying stream is also closed.
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
CompressionStream Class
CompressionStream Members
Base Implementation in Close
CreateOutputStream(Stream,Int32,Boolean) Method