82838485868788
* * @param input a File to use as input. * @throws java.io.IOException read file exception */ public CoffeeSource(File input) throws IOException { this(new FileResource(input)); }