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