问题标签 [bytechannel]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
277 浏览

io - 关于开通 FIleChannel 的咨询

为什么要以以下方式打开 FileChannel:

FileChannel.open(path,StandardOpenOption.READ,StandardOpenOption.APPEND);

给出一个例外?

我知道它是由 API 指定的。但是我想知道为什么它允许与 READ、WRITE 组合使用,而不是与 READ 和 APPEND 组合使用。

提前致谢。