Skip to content

NodeStream.ReadAsync method (1 of 2)

C#
public override ValueTask<int> ReadAsync(Memory<byte> buffer, 
    CancellationToken cancellation = default)

See Also


NodeStream.ReadAsync method (2 of 2)

C#
public override Task<int> ReadAsync(byte[] buffer, int offset, int count, 
    CancellationToken cancellation)

See Also

Released under the MIT license