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

Header Constructor (Int64, BinaryReaderEx)

Initializes a new instance of the Header class.

public Header(
   long length,
   BinaryReaderEx r
);

Parameters

length
The number of bytes to read from the stream.
r
The BinaryReaderEx to use to read the stream.

See Also

Header Class | EF.SimpleMIDI Namespace | Header Constructor Overload List