CompressionStream.CanWrite Property
Namespace: Rebex.IO.Compression.Streams
Assembly: Rebex.Zip.dll (version 7.0.9083)
CanWrite
Gets a value indicating whether the stream supports writing.
Declaration
public override bool CanWrite { get; }
Property Value
Type | Description |
---|---|
Boolean | true if the stream supports writing; otherwise, false. |