Method Write
Write(BinaryWriter, ArraySegment<byte>)
Writes a new array to the raw binary output stream.
protected override void Write(BinaryWriter writer, ArraySegment<byte> input)
Parameters
writer
BinaryWriterA BinaryWriter object used to write binary array data to the output stream.
input
ArraySegment<byte>The array segment containing the binary data to write into the output stream.