Noemax.GZip Namespace > DeflateStream Class : Close Method |
'Declaration Public Overrides Sub Close()
'Usage Dim instance As DeflateStream 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
DeflateStream Class
DeflateStream Members
Base Implementation in Close