mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix comment
This commit is contained in:
parent
fefd88b358
commit
99dd394aff
@ -63,6 +63,7 @@ public class HttpDownloader {
|
|||||||
* @param tempFileSuffix 临时文件后缀,默认".temp"
|
* @param tempFileSuffix 临时文件后缀,默认".temp"
|
||||||
* @param timeout 超时,单位毫秒,-1表示默认超时
|
* @param timeout 超时,单位毫秒,-1表示默认超时
|
||||||
* @param streamProgress 进度条
|
* @param streamProgress 进度条
|
||||||
|
* @return 下载大小
|
||||||
* @since 5.7.12
|
* @since 5.7.12
|
||||||
*/
|
*/
|
||||||
public long downloadFile(String url, File targetFileOrDir, String tempFileSuffix, int timeout, StreamProgress streamProgress) {
|
public long downloadFile(String url, File targetFileOrDir, String tempFileSuffix, int timeout, StreamProgress streamProgress) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user