Namespace: Noemax.GZip
Assembly: Noemax.GZip (in Noemax.GZip.dll)
| Visual Basic (Declaration) | |
|---|---|
Overrides Public Sub Close() | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public override void Close() | |
| C++/CLI | |
|---|---|
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.
If Finish has not yet been called, Close will call Finish before closing the stream. Do not close the underlying stream before closing this stream.
.NET Framework
Supported in: 3.5, 3.0, 2.0.NET Compact Framework
Supported in: 3.5, 2.0Reference
DeflateStream ClassDeflateStream Members
GZipStream Constructor