Noemax DotNetGZip Report an issue | Discuss in forums
DeflateStream.CanRead Property (DeflateStream)
See Also 
Noemax.GZip Assembly > Noemax.GZip Namespace > DeflateStream Class : CanRead Property



Gets a value indicating whether the stream supports reading.


Namespace: Noemax.GZip
Assembly: Noemax.GZip (in Noemax.GZip.dll)

Syntax

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

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

DeflateStream Class
DeflateStream Members
Base Implementation in System.IO.Stream