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
- fileNamestring
- The name of the file on which the elements should be written. 
- inputHarpMessage
- 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.