类 IOUtils
java.lang.Object
com.alibaba.bytekit.utils.IOUtils
- 作者:
- hengyunabc 2018-11-06
-
方法概要
修饰符和类型方法说明static IOExceptionstatic IOExceptionclose(InputStream input) static IOExceptionclose(OutputStream output) static IOExceptionstatic IOExceptionstatic IOExceptionstatic voidcopy(InputStream in, OutputStream out) static byte[]getBytes(InputStream input) static StringtoString(InputStream inputStream)
-
方法详细资料
-
toString
- 抛出:
IOException
-
copy
- 抛出:
IOException
-
getBytes
- 返回:
- a byte[] containing the information contained in the specified InputStream.
- 抛出:
IOException
-
close
-
close
-
close
-
close
-
close
-
close
-