- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
Interface which must be implemented by every image hashing class.
- Seit:
- v1.0.6 - 2018-10-09
- Autor:
- hypfvieh
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcomputeHash(File _image) Calculate the hash of given image.
-
Methodendetails
-
computeHash
Calculate the hash of given image.- Parameter:
_image- image to hash- Gibt zurück:
- hash as string
- Löst aus:
IOException- when file processing fails
-