Package gaiasky.util

Class DownloadHelper


  • public class DownloadHelper
    extends java.lang.Object
    Contains utilities to download files
    • Constructor Summary

      Constructors 
      Constructor Description
      DownloadHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.badlogic.gdx.Net.HttpRequest downloadFile​(java.lang.String url, com.badlogic.gdx.files.FileHandle to, ProgressRunnable progress, ChecksumRunnable finish, java.lang.Runnable fail, java.lang.Runnable cancel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DownloadHelper

        public DownloadHelper()
    • Method Detail

      • downloadFile

        public static com.badlogic.gdx.Net.HttpRequest downloadFile​(java.lang.String url,
                                                                    com.badlogic.gdx.files.FileHandle to,
                                                                    ProgressRunnable progress,
                                                                    ChecksumRunnable finish,
                                                                    java.lang.Runnable fail,
                                                                    java.lang.Runnable cancel)