Package | Description |
---|---|
cn.hutool.core.io |
IO相关封装和工具类,包括Inputstream和OutputStream实现类,工具包括流工具IoUtil、文件工具FileUtil和Buffer工具BufferUtil
|
Modifier and Type | Method and Description |
---|---|
static BOMInputStream |
FileUtil.getBOMInputStream(File file)
获得BOM输入流,用于处理带BOM头的文件
|
Modifier and Type | Method and Description |
---|---|
static BufferedReader |
IoUtil.getReader(BOMInputStream in)
从
BOMInputStream 中获取Reader |
Copyright © 2024. All rights reserved.