SyncWriterStream<TOutput> sealed class SyncWriterStream<TOutput> : WriterStream<TOutput> where TOutput : IReadOnlySpanConsumer<byte>, IFlushable Documentation Code public SyncWriterStream(TOutput output)