Gets a value indicating whether the current stream supports reading.

Namespace:  Rebex.IO.Compression.Streams
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property CanRead As Boolean
	Get
C#
public override bool CanRead { get; }

Field Value

true if the stream supports reading; otherwise, false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also