| Package | Description |
|---|---|
| org.aoju.bus.core.io.file |
对文件读写的封装,包括文件拷贝、文件读取、文件写出、行处理等
|
| org.aoju.bus.core.toolkit |
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
|
| Modifier and Type | Method and Description |
|---|---|
static FileMode |
FileMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileMode[] |
FileMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static RandomAccessFile |
FileKit.createRandomAccessFile(File file,
FileMode mode)
|
static RandomAccessFile |
FileKit.createRandomAccessFile(Path path,
FileMode mode)
|
Copyright © 2021. All rights reserved.