类 IOHelper
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.io.IOHelper
-
public class IOHelper extends Object
-
-
构造器概要
构造器 构造器 说明 IOHelper()
-
方法概要
修饰符和类型 方法 说明 static long
writeTo(InputStream is, OutputStream os)
static long
writeTo(InputStream is, OutputStream os, byte[] buffer)
static long
writeTo(InputStream is, OutputStream os, byte[] buffer, long length)
-
-
-
方法详细资料
-
writeTo
public static long writeTo(@NotNull InputStream is, @NotNull OutputStream os) throws IOException
- 抛出:
IOException
-
writeTo
public static long writeTo(@NotNull InputStream is, @NotNull OutputStream os, @Nullable byte[] buffer) throws IOException
- 抛出:
IOException
-
writeTo
public static long writeTo(@NotNull InputStream is, @NotNull OutputStream os, @Nullable byte[] buffer, long length) throws IOException
- 抛出:
IOException
-
-