問題タブ [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.
1 問題
0
投票する
1
に答える
277
参照
io - FIleChannel開設に関するお問い合わせ
次の方法で FileChannel を開く理由:
FileChannel.open(path,StandardOpenOption.READ,StandardOpenOption.APPEND);
例外を与えますか?
APIで指定されていることは知っています。ただし、READ、WRITE の組み合わせで許可され、READ と APPEND では許可されない理由を知りたいです。
前もって感謝します。