Click or drag to resize

MemoryBufferStreamCanRead Property

Gets a value indicating whether the current stream supports reading.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public override bool CanRead { get; }

Return Value

Type: Boolean
true if the stream supports reading; otherwise, false.
See Also