Package cn.dreampie.resource

Examples of cn.dreampie.resource.FileResource


   *
   * @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));
  }
View Full Code Here

TOP

Related Classes of cn.dreampie.resource.FileResource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.