- TB - 类 中的静态变量tech.mhuang.core.file.FileUtil
-
1TB
- tech.mhuang.core.async - 程序包 tech.mhuang.core.async
-
这个包是异步工具包.
- tech.mhuang.core.builder - 程序包 tech.mhuang.core.builder
-
这个包是建造者包,提供建造者接口供使用.
- tech.mhuang.core.check - 程序包 tech.mhuang.core.check
-
这个包是检测工具包.
- tech.mhuang.core.clone - 程序包 tech.mhuang.core.clone
-
这个包是克隆工具包.
- tech.mhuang.core.close - 程序包 tech.mhuang.core.close
-
- tech.mhuang.core.convert - 程序包 tech.mhuang.core.convert
-
基础数据转换器.
- tech.mhuang.core.convert.register - 程序包 tech.mhuang.core.convert.register
-
- tech.mhuang.core.date - 程序包 tech.mhuang.core.date
-
日期处理包.
- tech.mhuang.core.dict - 程序包 tech.mhuang.core.dict
-
字典包.
- tech.mhuang.core.editor - 程序包 tech.mhuang.core.editor
-
基础数据编辑器.
- tech.mhuang.core.exception - 程序包 tech.mhuang.core.exception
-
- tech.mhuang.core.file - 程序包 tech.mhuang.core.file
-
- tech.mhuang.core.id - 程序包 tech.mhuang.core.id
-
- tech.mhuang.core.io - 程序包 tech.mhuang.core.io
-
io处理包
主要用于处理io工具类
IOUtil io处理工具类
- tech.mhuang.core.observer - 程序包 tech.mhuang.core.observer
-
观察者服务自定义封装.
- tech.mhuang.core.pool - 程序包 tech.mhuang.core.pool
-
线程池封装包.
- tech.mhuang.core.random - 程序包 tech.mhuang.core.random
-
随机数包.
- tech.mhuang.core.reflect - 程序包 tech.mhuang.core.reflect
-
反射工具包.
- tech.mhuang.core.system - 程序包 tech.mhuang.core.system
-
- tech.mhuang.core.util - 程序包 tech.mhuang.core.util
-
这个包是工具使用包.
- toByteArray(InputStream) - 类 中的静态方法tech.mhuang.core.io.IOUtil
-
InputStream convert byte[] default close stream
- toByteArray(InputStream, boolean) - 类 中的静态方法tech.mhuang.core.io.IOUtil
-
InputStream convert byte[] configuration cloed stream
- toFile(URL) - 类 中的静态方法tech.mhuang.core.file.FileUtil
-
URL 转 File.
- toFiles(URL[]) - 类 中的静态方法tech.mhuang.core.file.FileUtil
-
URL Array convert File Array
- toOutputStream(InputStream) - 类 中的静态方法tech.mhuang.core.io.IOUtil
-
InputStream convert OutputStream default close stream
- toOutputStream(InputStream, boolean) - 类 中的静态方法tech.mhuang.core.io.IOUtil
-
InputStream convert OutputStream configuration cloed stream
- toString(InputStream) - 类 中的静态方法tech.mhuang.core.io.IOUtil
-
InputStream convert String default close stream
- toString(InputStream, String) - 类 中的静态方法tech.mhuang.core.io.IOUtil
-
InputStream convert String used encoding default close stream
- toString(InputStream, boolean) - 类 中的静态方法tech.mhuang.core.io.IOUtil
-
InputStream convert String setter isClosed stream used defaulte ncoding
- toString(InputStream, String, boolean) - 类 中的静态方法tech.mhuang.core.io.IOUtil
-
inputsteam convert to string used encoding configuration closed stream
- toUpperCaseFirstOne(String) - 类 中的静态方法tech.mhuang.core.util.StringUtil
-
首字母转大写
- trim(String) - 类 中的静态方法tech.mhuang.core.util.StringUtil
-
删除空格
- type(ObserverType) - 类 中的方法tech.mhuang.core.observer.AbstractObServer
-