Parser should check file to see if it is the right format before really starting parsing. Could probably check first 78 bytes. Check for 'H1' at start and CRLF (\r\n) at the end.
Parser should check file to see if it is the right format before really starting parsing.
Could probably check first 78 bytes. Check for 'H1' at start and CRLF (\r\n) at the end.