Method CreateWriter
CreateWriter(Stream)
When overridden in a derived class, creates the object that will be responsible for writing the input elements to the specified Stream.
protected abstract TWriter CreateWriter(Stream stream)
Parameters
stream
StreamThe stream on which the elements should be written.
Returns
- TWriter
The object that will be used to write elements into the stream.