类 FileCopyUtils
java.lang.Object
com.xingyuv.captcha.util.FileCopyUtils
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidstatic voidcopy(byte[] in, OutputStream out) static intstatic intcopy(InputStream in, OutputStream out) static intstatic voidstatic byte[]copyToByteArray(File in) static byte[]static StringcopyToString(Reader in)
-
字段详细资料
-
BUFFER_SIZE
public static final int BUFFER_SIZE- 另请参阅:
-
-
构造器详细资料
-
FileCopyUtils
public FileCopyUtils()
-
-
方法详细资料
-
copy
- 抛出:
IOException
-
copy
- 抛出:
IOException
-
copyToByteArray
- 抛出:
IOException
-
copy
- 抛出:
IOException
-
copy
- 抛出:
IOException
-
copyToByteArray
- 抛出:
IOException
-
copy
- 抛出:
IOException
-
copy
- 抛出:
IOException
-
copyToString
- 抛出:
IOException
-