Detects the format of arrayBuffer and parses it into a ParsedStructure. Falls back to a generic BIN structure if no registered parser matches.
arrayBuffer
The ArrayBuffer of the loaded file.
ArrayBuffer
A ParseResult containing the structure or a typed ParseError.
Detects the format of
arrayBufferand parses it into a ParsedStructure. Falls back to a generic BIN structure if no registered parser matches.