FileChannel(API详解)

一、两种获取通道的方法 二、read 三、write 四、获取和设置通道的位置、大小 五、long transferTo(position,count,WritableByteChannel dest) 六、long transferFrom(ReadableByteChannel src,position,count) 八、将通道文件区域直接映射到内存 map() 一、两种获取通道的方法 Fil
相关文章
相关标签/搜索