mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix name
This commit is contained in:
parent
6ec135486c
commit
8e26dd001b
@ -1059,7 +1059,7 @@ public class FileUtil extends PathUtil {
|
|||||||
* 通过JDK7+的 Files#copy(InputStream, Path, CopyOption...) 方法拷贝文件
|
* 通过JDK7+的 Files#copy(InputStream, Path, CopyOption...) 方法拷贝文件
|
||||||
*
|
*
|
||||||
* @param src 源文件流,使用后不关闭
|
* @param src 源文件流,使用后不关闭
|
||||||
* @param dest 目标文件或目录,如果为目录使用与源文件相同的文件名
|
* @param dest 目标文件,不存在自动创建
|
||||||
* @param options {@link StandardCopyOption}
|
* @param options {@link StandardCopyOption}
|
||||||
* @return 目标文件
|
* @return 目标文件
|
||||||
* @throws IORuntimeException IO异常
|
* @throws IORuntimeException IO异常
|
||||||
|
Loading…
x
Reference in New Issue
Block a user