CanWrite Property

DotNetZip

Ionic Zip Library v1.9.1.6 CanWrite Property
ReferenceIonic.ZlibDeflateStreamCanWrite
Indicates whether the stream can be written.
Declaration Syntax
C# Visual Basic Visual C++
public override bool CanWrite { get; }
Public Overrides ReadOnly Property CanWrite As Boolean
	Get
public:
virtual property bool CanWrite {
	bool get () override;
}
Remarks
The return value depends on whether the captive stream supports writing.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)