src/share/classes/java/nio/channels/Channels.java

Print this page

        

*** 82,92 **** } /** * Write all remaining bytes in buffer to the given channel. * ! * @throws IllegalBlockingException * If the channel is selectable and configured non-blocking. */ private static void writeFully(WritableByteChannel ch, ByteBuffer bb) throws IOException { --- 82,92 ---- } /** * Write all remaining bytes in buffer to the given channel. * ! * @throws IllegalBlockingModeException * If the channel is selectable and configured non-blocking. */ private static void writeFully(WritableByteChannel ch, ByteBuffer bb) throws IOException {