Table of Contents

Method CreateWriter

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

CreateWriter(Stream)

When overridden in a derived class, creates the object that will be responsible for writing the input elements to the specified Stream.

protected abstract TWriter CreateWriter(Stream stream)

Parameters

stream Stream

The stream on which the elements should be written.

Returns

TWriter

The object that will be used to write elements into the stream.