format
public boolean isImage(File f)
description
Determines if a file is an image file.
parameters
f - the name of the file to be checked
f
returns
TRUE - the file is an image file
TRUE
FALSE - the file is not an image file
FALSE
throws
The isImage() method does not throw any exceptions.
isImage()