FileChannel(API詳解)

一、兩種獲取通道的方法 二、read 三、write 四、獲取和設置通道的位置、大小 五、long transferTo(position,count,WritableByteChannel dest) 六、long transferFrom(ReadableByteChannel src,position,count) 八、將通道文件區域直接映射到內存 map() 一、兩種獲取通道的方法 Fil
相關文章
相關標籤/搜索