Class WebHelper

java.lang.Object
org.sgrewritten.stargate.util.WebHelper

public class WebHelper extends Object
  • Method Details

    • downloadFile

      public static void downloadFile(String link, File file) throws IOException
      Download file from the web
      Parameters:
      link -

      URL for web address to fetch form

      file -

      File location to save to

      Throws:
      IOException -

      If unable to download the file