public static class HttpDownloader.VerboseProgress extends Object implements HttpDownloader.DownloadProgress
Constructor and Description |
---|
VerboseProgress(PrintStream out) |
Modifier and Type | Method and Description |
---|---|
void |
beginDownload() |
void |
endDownload() |
void |
onTick() |
public VerboseProgress(PrintStream out)
public void beginDownload()
beginDownload
in interface HttpDownloader.DownloadProgress
public void onTick()
onTick
in interface HttpDownloader.DownloadProgress
public void endDownload()
endDownload
in interface HttpDownloader.DownloadProgress