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

BinaryReaderEx.PeekByte Method 

Returns the next available byte and does not advance the byte or character position.

public byte PeekByte();

Return Value

The next available byte.

See Also

BinaryReaderEx Class | EF.Tools Namespace