Method CreateWriter
CreateWriter(Stream)
Creates a binary writer over the specified Stream.
protected override BinaryWriter CreateWriter(Stream stream)
Parameters
stream
StreamThe stream on which the elements should be written.
Returns
- BinaryWriter
A BinaryWriter object used to write binary array data into the stream.