common-io包相关方法说明

1、IOUtils.copyLarge(in, out) :将输入流中的信息copy到输出流中
2、IOUtils.toByteArray(in).length :查看输入流大小

你可能感兴趣的:(源码研读,Apache)