if (options.isEmpty() == false) {
throw new IllegalArgumentException(MessageFormat.format(
"Unknown input options: {0}",
options.keySet()));
}
return new BasicYaessLogSource(new LineSource(new InputStreamReader(new FileInputStream(file), encoding)));
}