public static class HttpDownloadHelper.VerboseProgress extends Object implements HttpDownloadHelper.DownloadProgress
| コンストラクタと説明 |
|---|
VerboseProgress(PrintWriter writer)
Construct a verbose progress reporter.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
beginDownload()
begin a download
|
void |
endDownload()
end a download
|
void |
onTick()
tick handler
|
public VerboseProgress(PrintWriter writer)
writer - the output stream.public void beginDownload()
beginDownload インタフェース内 HttpDownloadHelper.DownloadProgresspublic void onTick()
onTick インタフェース内 HttpDownloadHelper.DownloadProgresspublic void endDownload()
endDownload インタフェース内 HttpDownloadHelper.DownloadProgressCopyright © 2009–2016. All rights reserved.