CanRead Property
See Also 
Xceed.Compression.Formats Assembly > Xceed.Compression.Formats Namespace > FormattedCompressedStream Class : CanRead Property


Gets a boolean value indicating whether the current stream supports reading.

Syntax

Visual Basic (Declaration) 
Overrides Public ReadOnly Property CanRead As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FormattedCompressedStream
Dim value As Boolean
 
value = instance.CanRead
C# 
public override bool CanRead {get;}

Property Value

true if the current stream supports reading; false otherwise.

Remarks

If the stream is closed, this property returns false.

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also