pub fn parse_header<R: Read>(input: R) -> ParseResult<Header>
Expand description

Parse the header of an evtc file.

It is expected that the file cursor is at the very first byte of the file.

  • input - Input stream.