37 BinaryReader reader(&stream);
38 const int version = reader.readByte();
39 if (version != 0x0 && version != 0x1) {
42 m_name = reader.readLengthPrefixedString();
43 m_value = reader.readLengthPrefixedString();
44 std::uint8_t
type = reader.readByte();
51 const std::uint16_t extendedHeaderSize = reader.readUInt16BE();
The exception that is thrown when a parsing error occurs.