GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit class

Same as RiceDeltaEncoded32Bit except this encodes 256-bit numbers.

Constructors

GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit.new({String? encodedData, int? entriesCount, String? firstValueFirstPart, String? firstValueFourthPart, String? firstValueSecondPart, String? firstValueThirdPart, int? riceParameter})
GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit.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
firstValueFirstPart String?
The first 64 bits of the first entry in the encoded data (hashes).
getter/setter pair
firstValueFourthPart String?
The last 64 bits of the first entry in the encoded data (hashes).
getter/setter pair
firstValueSecondPart String?
The 65 through 128th bits of the first entry in the encoded data (hashes).
getter/setter pair
firstValueThirdPart String?
The 129 through 192th 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