Skip to content

NodeStream.SetLength method

Node.js Readable / Writable streams do not support setting the stream length.

C#
public override void SetLength(long value)

See Also

Released under the MIT license