Uses of Class
com.github.axet.wget.info.DownloadInfo

Packages that use DownloadInfo
com.github.axet.wget   
com.github.axet.wget.info   
com.github.axet.wget.info.ex   
 

Uses of DownloadInfo in com.github.axet.wget
 

Methods in com.github.axet.wget that return DownloadInfo
 DownloadInfo WGet.getInfo()
           
 

Methods in com.github.axet.wget with parameters of type DownloadInfo
static File WGet.calcName(DownloadInfo info, File target)
           
static boolean DirectSingle.canResume(DownloadInfo info, File targetFile)
          check existing file for download resume.
static boolean DirectRange.canResume(DownloadInfo info, File targetFile)
          check existing file for download resume.
static boolean DirectMultipart.canResume(DownloadInfo info, File targetFile)
          check existing file for download resume.
 void DirectRange.downloadPart(DownloadInfo info, AtomicBoolean stop, Runnable notify)
           
 

Constructors in com.github.axet.wget with parameters of type DownloadInfo
Direct(DownloadInfo info, File target)
           
DirectMultipart(DownloadInfo info, File target)
           
DirectRange(DownloadInfo info, File target)
           
DirectSingle(DownloadInfo info, File target)
           
WGet(DownloadInfo info, File targetFile)
          application controlled download / resume.
 

Uses of DownloadInfo in com.github.axet.wget.info
 

Methods in com.github.axet.wget.info with parameters of type DownloadInfo
 void DownloadInfo.copy(DownloadInfo oldSource)
          copy resume data from oldSource;
 boolean DownloadInfo.resume(DownloadInfo newSource)
          Check if we can continue download a file from new source.
 

Uses of DownloadInfo in com.github.axet.wget.info.ex
 

Methods in com.github.axet.wget.info.ex that return DownloadInfo
 DownloadInfo DownloadMultipartError.getInfo()
           
 

Constructors in com.github.axet.wget.info.ex with parameters of type DownloadInfo
DownloadMultipartError(DownloadInfo info)
           
 



Copyright © 2012. All Rights Reserved.