Package com.iizigo.image
Class LastVerified
java.lang.Object
com.iizigo.image.LastVerified
Data for last verification of an image.
- Author:
- Christopher Mindus
Field Summary
Constructor Summary
Method Summary
Field Details
file
The file.fileName
File name.width
public int widthThe width.height
public int heightThe height.stamp
public long stampThe time stamp.success
public boolean successImage loaded successfully, i.e. the size is set.againstBaseFile
Last verified against another LastVerified instance.baseStamp
public long baseStampLast base stamp.
Constructor Details
LastVerified
public LastVerified()