接口的使用
com.weicoder.common.interfaces.CallbackVoid
使用CallbackVoid的程序包
-
com.weicoder.common.io中CallbackVoid的使用
参数类型为CallbackVoid的com.weicoder.common.io中的方法修饰符和类型方法说明static longIOUtil.read(InputStream in, int buff, boolean isClose, CallbackVoid<Buffer> call) 读取出输入流的所有字节longNIO.read(InputStream in, int buff, boolean isClose, CallbackVoid<Buffer> call) longOIO.read(InputStream in, int buff, boolean isClose, CallbackVoid<Buffer> call) -
com.weicoder.common.lang中CallbackVoid的使用
参数类型为CallbackVoid的com.weicoder.common.lang中的方法修饰符和类型方法说明static <E> AsynQueue<E>Queues.newAsynQueue(CallbackVoid<E> callback, int time) 声明异步更新队列 默认使用堵塞队列 @see LinkedBlockingQueuestatic <E> AsynQueue<E>Queues.newAsynQueue(CallbackVoid<E> callback, long time) 声明异步更新队列 默认使用堵塞队列 @see LinkedBlockingQueuestatic <E> AsynQueue<E>Queues.newAsynQueue(Queue<E> queue, CallbackVoid<E> callback, int time) 声明异步更新队列static <E> AsynQueue<E>Queues.newAsynQueue(Queue<E> queue, CallbackVoid<E> callback, long time) 声明异步更新队列 -
com.weicoder.common.queue中CallbackVoid的使用
参数类型为CallbackVoid的com.weicoder.common.queue中的构造器