| 类 | 说明 |
|---|---|
| CharsetDetector |
字符编码检测
|
| Closeables |
Close the AutoCloseable utility
|
| ExtendedGZIPOutputStream |
扩展自GZIPOutputStream的giz压缩输出流
|
| Files |
文件工具类
|
| FileTransformer |
文件编码转换与文本内容替换
|
| GzipProcessor |
gzip压缩/解压缩处理
|
| PrereadInputStream |
预先第一次读取InputStream的数据用来判断文件类型,文件编码等用途
|
| StringPrintWriter |
字符串输出类
|
| WrappedBufferedReader |
包装文件/输入流缓冲读取(decorator)
|
| WrappedBufferedWriter |
包装文件/输入流缓冲写入(decorator)
|
| 枚举 | 说明 |
|---|---|
| ByteOrderMarks |
BOM(byte order mark)是为UTF-16和UTF-32准备的,用于标记字节序(byte order)。
|
| HumanReadables |
The file size human readable utility class,
provide mutual conversions from human readable size to byte size
The similar function in stackoverflow, linked:
https://stackoverflow.com/questions/3758606/how-to-convert-byte-size-into-human-readable-format-in-java?
|
Copyright © 2023. All rights reserved.