Package com.iizigo.image
Class LastVerified
java.lang.Object
com.iizigo.image.LastVerified
Data for last verification of an image.
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescription- org.eclipse.core.resources.IFileLast verified against another LastVerified instance.- longLast base stamp.- org.eclipse.core.resources.IFileThe file.File name.- intThe height.- longThe time stamp.- booleanImage loaded successfully, i.e.- intThe width.
- Constructor SummaryConstructors
- Method Summary
- Field Details- filepublic org.eclipse.core.resources.IFile 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.
- againstBaseFilepublic org.eclipse.core.resources.IFile againstBaseFileLast verified against another LastVerified instance.
- baseStamppublic long baseStampLast base stamp.
 
- Constructor Details- LastVerifiedpublic LastVerified()