1 Star 0 Fork 0

minicoderx / FileHelper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

FileHelper

介绍

文档帮助工具类,包含各种对文档的操作功能

  1. 包含文件编码识别工具类'CharsetUtils'

安装教程

 repositories {
        jcenter()
        maven { url "https://jitpack.io" }
   }
   dependencies {
         implementation 'com.minicoder.utils:file-utils:1.0.4'
   }

使用说明

  1. CharsetUtils可以识别当前文件的不同编码,默认了中文,俄语,韩语,日语的编码,如果不够可以自行添加
  2. CharsetUtils.addCharsets方法可以添加默认的字符编码,只需要添加字符编码String集合即可。但如果当前设备不支持,会弹出not support异常

空文件

简介

文档帮助工具类 展开 收起
Java
取消

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/minicoderx/filehelper.git
git@gitee.com:minicoderx/filehelper.git
minicoderx
filehelper
FileHelper
master

搜索帮助