Package com.luna.common.file
Class FileSystemUtil
java.lang.Object
com.luna.common.file.FileSystemUtil
FileSystem
相关工具类封装参考:https://blog.csdn.net/j16421881/article/details/78858690
- Since:
- 5.7.15
- Author:
- looly
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileSystem
创建FileSystem
static FileSystem
创建 Zip的FileSystem
,默认UTF-8编码static FileSystem
创建 Zip的FileSystem
static Path
getRoot
(FileSystem fileSystem) 获取目录的根路径,或Zip文件中的根路径
-
Constructor Details
-
FileSystemUtil
public FileSystemUtil()
-
-
Method Details
-
create
创建FileSystem
- Parameters:
path
- 文件路径,可以是目录或Zip文件等- Returns:
FileSystem
-
createZip
创建 Zip的FileSystem
,默认UTF-8编码- Parameters:
path
- 文件路径,可以是目录或Zip文件等- Returns:
FileSystem
-
createZip
创建 Zip的FileSystem
- Parameters:
path
- 文件路径,可以是目录或Zip文件等charset
- 编码- Returns:
FileSystem
-
getRoot
获取目录的根路径,或Zip文件中的根路径- Parameters:
fileSystem
-FileSystem
- Returns:
- 根
Path
-