接口的使用
com.weicoder.common.interfaces.Calls.EoR
使用Calls.EoR的程序包
-
com.weicoder.common.io中Calls.EoR的使用
参数类型为Calls.EoR的com.weicoder.common.io中的方法修饰符和类型方法说明static long转换文件 读取文件并写入指定文件 按缓冲字节写入longAIO.write(OutputStream out, InputStream in, int buff, boolean isClose, Calls.EoR<Buffer, Buffer> call) longBIO.write(OutputStream out, InputStream in, int buff, boolean isClose, Calls.EoR<Buffer, Buffer> call) static longChannelUtil.write(ReadableByteChannel rbc, WritableByteChannel wbc, int buff, boolean isClose, Calls.EoR<Buffer, Buffer> call) 读取并写入数据static longChannelUtil.write(ReadableByteChannel rbc, WritableByteChannel wbc, int buff, Calls.EoR<Buffer, Buffer> call) 读取并写入数据 默认不关闭流static longIOUtil.write(OutputStream out, InputStream in, int buff, boolean isClose, Calls.EoR<Buffer, Buffer> call) 读取并写入数据static longIOUtil.write(OutputStream out, InputStream in, Calls.EoR<Buffer, Buffer> call) 读取并写入数据longNIO.write(OutputStream out, InputStream in, int buff, boolean isClose, Calls.EoR<Buffer, Buffer> call) -
com.weicoder.common.socket中Calls.EoR的使用
参数类型为Calls.EoR的com.weicoder.common.socket中的方法