Table of Contents

Method CreateWriter

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

CreateWriter(string, HarpMessage)

Creates a binary writer over the specified file that will be responsible for handling the input elements.

protected override BinaryWriter CreateWriter(string fileName, HarpMessage input)

Parameters

fileName string

The name of the file on which the elements should be written.

input HarpMessage

The first input element that needs to be pushed into the file.

Returns

BinaryWriter

The writer that will be used to push elements into the file.