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
Methods
-
cell(
int at, int total) → String -
The cell for a record, in the vocabulary
validatealready 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