GoogleSecuritySafebrowsingV5RiceDeltaEncoded128Bit class

Same as RiceDeltaEncoded32Bit except this encodes 128-bit numbers.

Constructors

GoogleSecuritySafebrowsingV5RiceDeltaEncoded128Bit.new({String? encodedData, int? entriesCount, String? firstValueHi, String? firstValueLo, int? riceParameter})
GoogleSecuritySafebrowsingV5RiceDeltaEncoded128Bit.fromJson(Map json_)

Properties

encodedData String?
The encoded deltas that are encoded using the Golomb-Rice coder.
getter/setter pair
encodedDataAsBytes List<int>
getter/setter pair
entriesCount int?
The number of entries that are delta encoded in the encoded data.
getter/setter pair
firstValueHi String?
The upper 64 bits of the first entry in the encoded data (hashes).
getter/setter pair
firstValueLo String?
The lower 64 bits of the first entry in the encoded data (hashes).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
riceParameter int?
The Golomb-Rice parameter.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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