Edit

Share via


ArrayPoolBufferWriterExtensions Class

Definition

Helpers for working with the ArrayPoolBufferWriter<T> type.

public static class ArrayPoolBufferWriterExtensions
type ArrayPoolBufferWriterExtensions = class
Public Module ArrayPoolBufferWriterExtensions
Inheritance
ArrayPoolBufferWriterExtensions

Methods

AsStream(ArrayPoolBufferWriter<Byte>)

Returns a Stream that can be used to write to a target an ArrayPoolBufferWriter<T> of Byte instance.

Applies to