Class EmptyFileFetching

java.lang.Object
org.luwrain.core.EmptyFileFetching
All Implemented Interfaces:
FileFetcher.Fetching

public class EmptyFileFetching extends Object implements FileFetcher.Fetching
  • Field Details

    • destFile

      protected String destFile
    • srcUrl

      protected String srcUrl
    • progress

      protected float progress
    • completed

      protected boolean completed
  • Constructor Details

    • EmptyFileFetching

      public EmptyFileFetching(String destFile, String srcUrl, float progress, boolean completed)
    • EmptyFileFetching

      public EmptyFileFetching(String destFile, String srcUrl)
  • Method Details