类 IOUtils
java.lang.Object
com.alibaba.ageiport.common.utils.IOUtils
-
方法概要
修饰符和类型方法说明static voidstatic longcopy(InputStream input, OutputStream output) static longcopy(InputStream input, OutputStream output, int buffersize) static intreadFully(InputStream input, byte[] b) static intreadFully(InputStream input, byte[] b, int offset, int len) static voidreadFully(ReadableByteChannel channel, ByteBuffer b) static longskip(InputStream input, long numToSkip) static byte[]toByteArray(InputStream input)
-
方法详细资料
-
copy
- 抛出:
IOException
-
copy
- 抛出:
IOException
-
skip
- 抛出:
IOException
-
readFully
- 抛出:
IOException
-
readFully
- 抛出:
IOException
-
readFully
- 抛出:
IOException
-
toByteArray
- 抛出:
IOException
-
closeQuietly
-