Package com.acanx.utils.incubator
Class IOUtil
java.lang.Object
com.acanx.utils.incubator.IOUtil
IO输入输出工具类
- Since:
- 0.0.1.10
-
Method Summary
-
Method Details
-
copy
拷贝- Parameters:
input
- Readeroutput
- Writer- Returns:
- count
- Throws:
IOException
- IOException
-
copy
拷贝- Parameters:
input
- InputStreamwriter
- WriterinputCharset
- 字符集- Throws:
IOException
- IOException
-
copyLarge
大拷贝- Parameters:
input
- Readeroutput
- Writer- Returns:
- 长度
- Throws:
IOException
- IOException
-
copyLarge
大拷贝- Parameters:
input
- Readeroutput
- Writerbuffer
- 字符数组buffer- Returns:
- 长度
- Throws:
IOException
- IOException
-