程序包 org.tio.utils
类 IoUtils
java.lang.Object
org.tio.utils.IoUtils
this class copied from org.apache.commons.io.IOUtils
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static intcopy(InputStream input, OutputStream output) static longcopy(InputStream input, OutputStream output, int bufferSize) static longcopyLarge(InputStream input, OutputStream output) static longcopyLarge(InputStream input, OutputStream output, byte[] buffer) static StringstreamToString(InputStream inputStream) static byte[]toByteArray(InputStream input)
-
字段详细资料
-
EOF
public static final int EOF- 另请参阅:
-
-
构造器详细资料
-
IoUtils
public IoUtils()
-
-
方法详细资料
-
copyLarge
public static long copyLarge(InputStream input, OutputStream output, byte[] buffer) throws IOException - 抛出:
IOException
-
toByteArray
- 抛出:
IOException
-
copy
- 抛出:
IOException
-
copyLarge
- 抛出:
IOException
-
copy
- 抛出:
IOException
-
streamToString
-