CanWrite Property

DotNetZip

Ionic Zip Library v1.9.1.6 CanWrite Property
ReferenceIonic.BZip2BZip2OutputStreamCanWrite
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 should always be true, unless and until the object is disposed and closed.

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