Skip to content

NodeStream.CanSeek property

Node.js Readable / Writable streams do not directly support seeking. The position must be established using a different API when creating the stream.

C#
public override bool CanSeek { get; }

See Also

Released under the MIT license