public interface ProblemIO
String getFileExtension()
Solution
type potentially has its own file extension.
If no specific file extension is defined by the use case, the following are recommended:
It's good practice that both the input and the output file have the same file extension,
because an output file should be able to function as an input file.
If that isn't the case, this method should return the output file extension.
The file extension does not include the dot that separates it from the base name.
This method is thread-safe.Solution read(File inputSolutionFile)
inputSolutionFile
- never nullCopyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.