Questions tagged [bytechannel]

1 questions
0
votes
1 answer

Inquiry about opening a FIleChannel

Why opening a FileChannel in the following way: FileChannel.open(path,StandardOpenOption.READ,StandardOpenOption.APPEND); gives an exception? I know that it's specified by the API. However I would like to know why it's allowed with the combination…
Rollerball
  • 12,618
  • 23
  • 92
  • 161