StreamConsumer
public struct StreamConsumer : IReadOnlySpanConsumer<byte>, ISupplier<ReadOnlyMemory<byte>, CancellationToken, ValueTask>, IFunctional<Func<ReadOnlyMemory<byte>, CancellationToken, ValueTask>>, IEquatable<StreamConsumer>, IFlushable
Represents implementation of IReadOnlySpanConsumer<T>
in the form of the writer to Stream.
Gets a value indicating that the underlying stream is null.
Represents implementation of IReadOnlySpanConsumer<T>
in the form of the writer to Stream.
Wraps the stream.