System.Hash.THashBobJenkins Methods
InheritedProtected
| Create | public | Creates an instance of THashBobJenkins. |
| GetHashBytes | public | Creates a hash digest from the provided String and returns the value of the created digest as bytes. |
| GetHashString | public | Creates a hash digest from the provided String and returns the value of the created digest as a hexadecimal String. |
| GetHashValue | public | Creates a hash digest from the provided data and returns the value of the created digest as an Integer. |
| HashAsBytes | public | Returns the hash value of this instance of THashBobJenkins as bytes. |
| HashAsInteger | public | Returns the hash value of this instance of THashBobJenkins as an integer. |
| HashAsString | public | Returns the hash value of this instance of THashBobJenkins as a hexadecimal String. |
| Reset | public | Resets the state of this instance of THashBobJenkins. |
| Update | public | Updates the hash value of this instance of THashBobJenkins with the provided data. |