byteCount

Buffer中的public void write(Buffer source, long byteCount)解析

这个把source缓冲区中的数据写到当前缓冲区的方法是比较经典的: if (source == null) throw new IllegalArgumentException("source == null"); //这个判断是防止自己把数据写到自身这个Buffer中 if (source == ......
Buffer byteCount public source write
共1篇  :1/1页 首页上一页1下一页尾页