StreamConsumer
public struct StreamConsumer : IReadOnlySpanConsumer<byte>, ISupplier<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.
Wraps the stream.
Determines whether the two objects contain references to the same stream instance.
Wraps the stream.
Determines whether the two objects contain references to the different stream instances.
Determines whether this object contains the same stream instance as the specified object.