Package com.iizigo.image
Class LastVerified
java.lang.Object
com.iizigo.image.LastVerified
Data for last verification of an image.
- Author:
- Christopher Mindus
- Field SummaryFields
- Constructor SummaryConstructors
- Method Summary
- Field Details- fileThe file.
- fileNameFile name.
- widthpublic int widthThe width.
- heightpublic int heightThe height.
- stamppublic long stampThe time stamp.
- successpublic boolean successImage loaded successfully, i.e. the size is set.
- againstBaseFileLast verified against another LastVerified instance.
- baseStamppublic long baseStampLast base stamp.
 
- Constructor Details- LastVerifiedpublic LastVerified()