GoogleSecuritySafebrowsingV5RiceDeltaEncoded64Bit class

Same as RiceDeltaEncoded32Bit except this encodes 64-bit numbers.

Constructors

GoogleSecuritySafebrowsingV5RiceDeltaEncoded64Bit.new({String? encodedData, int? entriesCount, String? firstValue, int? riceParameter})
GoogleSecuritySafebrowsingV5RiceDeltaEncoded64Bit.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
firstValue String?
The first entry in the encoded data (hashes), or, if only a single hash prefix was encoded, that entry's value.
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