FourdgsSummaryCoverage class

The only checksum the format defines: summary_crc over the bytes from summary_start to where the Footer begins.

So a record's "CRC status" is a fact about the region it sits in rather than a field of its own — covered and agreeing, covered and not, or covered by nothing at all — and saying so per record is what tells a reader whether the checksum has anything to say about the record they are looking at.

Constructors

FourdgsSummaryCoverage({required int start, required int end, required bool ok})
const

Properties

end int
One past the last covered byte: where the Footer record's opcode sits.
final
hashCode int
The hash code for this object.
no setterinherited
ok bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
final

Methods

cell(int at, int total) String
The cell for a record, in the vocabulary validate already uses.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited