Package | Description |
---|---|
cn.hutool.core.io |
IO相关封装和工具类,包括Inputstream和OutputStream实现类,工具包括流工具IoUtil、文件工具FileUtil和Buffer工具BufferUtil
|
cn.hutool.core.io.file |
对文件读写的封装,包括文件拷贝、文件读取、文件写出、行处理等
|
Modifier and Type | Method and Description |
---|---|
static RandomAccessFile |
FileUtil.createRandomAccessFile(File file,
FileMode mode)
|
static RandomAccessFile |
FileUtil.createRandomAccessFile(Path path,
FileMode mode)
|
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.
|
Copyright © 2024. All rights reserved.