| Package | Description |
|---|---|
| cn.buli_home.utils.file |
| Modifier and Type | Method and Description |
|---|---|
static FileWriteType |
FileWriteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileWriteType[] |
FileWriteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FileUtils.writeFile(File file,
String content,
FileWriteType writeType)
写入内容到指定文件
|
static void |
FileUtils.writeFile(String path,
String content,
FileWriteType writeType)
写入内容到指定文件
|
Copyright © 2024. All rights reserved.