Click or drag to resize

WriteBufferedStreamLength Property

Gets the length of the stream.

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

Property Value

Type: Int64
The length of the underlying stream.
See Also