首页
技术面试题 3000
如何向FileChannel写数据?
如何向FileChannel写数据?
答案解析
将数据写入ByteBuffer,调用write(ByteBuffer)方法写入文件。
返回列表
返回首页