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