public final class RandomAccessFileUtil extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getFileContent(String filePath,
int startIndex,
int endIndex)
获取文件内容
|
static String |
getFileContent(String filePath,
int startIndex,
int endIndex,
Charset charset)
获取文件内容
|
Copyright © 2024. All rights reserved.