Accepts the provided file if the file contains the file filter's magic number at the specified offset.
If any {@link IOException}s occur while reading the file, the file will be rejected.
@param file the file to accept or reject. @returntrue if the file contains the filter's magic number at the specified offset, false otherwise.
| |