DeltaHeader class

Constructors

DeltaHeader(int baseBufferSize, int targetBufferSize)
DeltaHeader.decode(Uint8List buffer)

Properties

baseBufferSize int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offset int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetBufferSize int
getter/setter pair

Methods

encode() Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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