FourdgsDeltaChunkHeader class

Opcode 0x10 — a Delta Chunk's own fields. Its three length-framed groups (updates, births, deaths) follow in the records blob, which parseDeltaChunk returns alongside.

Constructors

FourdgsDeltaChunkHeader({required double t0, required double t1, required int level, required int deltaMode, required int referenceOffset, required int keyframeOffset, required int depth, required int updateCount, required int birthCount, required int deathCount, required String compression, required int uncompressedSize})
const

Properties

birthCount int
final
compression String
final
deathCount int
final
deltaMode int
final
depth int
final
hashCode int
The hash code for this object.
no setterinherited
keyframeOffset int
final
level int
final
referenceOffset int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
t0 double
final
t1 double
final
uncompressedSize int
final
updateCount int
final

Methods

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