Table of Contents

Method CreateWriter

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

CreateWriter(Stream)

Creates the BinaryWriter object that will be responsible for writing the image data to the specified Stream.

protected override BinaryWriter CreateWriter(Stream stream)

Parameters

stream Stream

The stream on which the image data should be written.

Returns

BinaryWriter

The BinaryWriter object that will be used to write image data into the stream.