A class library for opening, parsing, and saving MIDI files.

Chunk.Write Method (BinaryWriterEx, Boolean)

Writes the Chunk to a stream.

public abstract void Write(
   BinaryWriterEx w,
   bool writeHeader
);

Parameters

w
The BinaryWriterEx to use to write to the stream.
writeHeader
If true, writes the Chunk object's header (chunk type+length) to the stream.

See Also

Chunk Class | EF.SimpleMIDI Namespace | Chunk.Write Overload List