Table of Contents

Method CreateWriter

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

CreateWriter(Stream)

Creates a binary writer over the specified Stream.

protected override BinaryWriter CreateWriter(Stream stream)

Parameters

stream Stream

The stream on which the elements should be written.

Returns

BinaryWriter

A BinaryWriter object used to write binary array data into the stream.