Click or drag to resize

WriteBufferedStreamPosition Property

Gets or sets the current stream position.

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

Property Value

Type: Int64
The current stream position.
See Also