isImage method

bool isImage()

Implementation

bool isImage(){return(super.fileSize> 0&& super.fileType== MESIBO_FILETYPE_IMAGE);}