|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.github.sd4324530.fastweixin.util.StreamUtil
public final class StreamUtil
套接字工具类
| 方法摘要 | |
|---|---|
static void |
closeWithWarn(Closeable closeable)
关闭需要关闭的对象,如果关闭出错,给出警告 |
static int |
copy(InputStream in,
OutputStream out)
将输入流的内容复制到输出流里 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public static int copy(InputStream in,
OutputStream out)
throws IOException
in - 输入流out - 输出流
IOException - IO异常public static void closeWithWarn(Closeable closeable)
closeable - 需要关闭的对象
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||