Class Download.DownloadTask

All Implemented Interfaces:
Serializable, Future<Void>
Enclosing class:
Download

static class Download.DownloadTask extends RecursiveAction
  • Field Details

    • strUrl

      private final String strUrl
    • file

      private final File file
    • start

      private final long start
    • end

      private final long end
  • Constructor Details

    • DownloadTask

      public DownloadTask(@NonNull @NonNull String strUrl, long start, long end, File file)
  • Method Details