Skip to content

Reader<TInput>.ReadBytes(Span<byte>)

ReadBytes(Span<byte>)

View source
public void ReadBytes(scoped Span<byte> destination)
Fills destination with bytes read from the input.

Parameters

destinationSpan<byte>
The destination.