Class LastVerified

java.lang.Object
com.iizigo.image.LastVerified

public class LastVerified extends Object
Data for last verification of an image.
Author:
Christopher Mindus
  • Field Details

    • file

      public IFile file
      The file.
    • fileName

      public String fileName
      File name.
    • width

      public int width
      The width.
    • height

      public int height
      The height.
    • stamp

      public long stamp
      The time stamp.
    • success

      public boolean success
      Image loaded successfully, i.e. the size is set.
    • againstBaseFile

      public IFile againstBaseFile
      Last verified against another LastVerified instance.
    • baseStamp

      public long baseStamp
      Last base stamp.
  • Constructor Details

    • LastVerified

      public LastVerified()