Click or drag to resize

MemoryBufferStreamCanWrite Property

Gets a value indicating whether the current stream supports writing.

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

Return Value

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