DotNext by .NET Foundation and Contributors

<PackageReference Include="DotNext" Version="5.0.1" />

 StreamConsumer

Represents implementation of IReadOnlySpanConsumer<T> in the form of the writer to Stream.
public bool IsEmpty { get; }

Gets a value indicating that the underlying stream is null.

public StreamConsumer(Stream output)

Represents implementation of IReadOnlySpanConsumer<T> in the form of the writer to Stream.

public static bool op_Equality(StreamConsumer left, StreamConsumer right)

public static StreamConsumer op_Implicit(Stream output)

Wraps the stream.

public static bool op_Inequality(StreamConsumer left, StreamConsumer right)

public void Deconstruct(out Stream output)

public bool Equals(StreamConsumer other)