GoogleSecuritySafebrowsingV4RiceDeltaEncoding class
The Rice-Golomb encoded data.
Used for sending compressed 4-byte hashes or compressed removal indices.
Constructors
- GoogleSecuritySafebrowsingV4RiceDeltaEncoding({String? encodedData, String? firstValue, int? numEntries, int? riceParameter})
- GoogleSecuritySafebrowsingV4RiceDeltaEncoding.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
- firstValue ↔ String?
- 
  The offset of the first entry in the encoded data, or, if only a single
integer was encoded, that single integer's value.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- numEntries ↔ int?
- 
  The number of entries that are delta encoded in the encoded data.
  getter/setter pair
- riceParameter ↔ int?
- 
  The Golomb-Rice parameter, which is a number between 2 and 28.
  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