Method CreateWriter
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
stringThe name of the file on which the elements should be written.
input
HarpMessageThe 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.