Schnittstelle IImgHash

Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public interface IImgHash
Interface which must be implemented by every image hashing class.
Seit:
v1.0.6 - 2018-10-09
Autor:
hypfvieh
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    computeHash(File _image)
    Calculate the hash of given image.
  • Methodendetails

    • computeHash

      String computeHash(File _image) throws IOException
      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