jdk/src/share/classes/java/nio/channels/Channels.java
changeset 14014 da3648e13e67
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
14013:10f55dd791e1 14014:da3648e13e67
    82     }
    82     }
    83 
    83 
    84     /**
    84     /**
    85      * Write all remaining bytes in buffer to the given channel.
    85      * Write all remaining bytes in buffer to the given channel.
    86      *
    86      *
    87      * @throws  IllegalBlockingException
    87      * @throws  IllegalBlockingModeException
    88      *          If the channel is selectable and configured non-blocking.
    88      *          If the channel is selectable and configured non-blocking.
    89      */
    89      */
    90     private static void writeFully(WritableByteChannel ch, ByteBuffer bb)
    90     private static void writeFully(WritableByteChannel ch, ByteBuffer bb)
    91         throws IOException
    91         throws IOException
    92     {
    92     {