jdk/test/java/nio/channels/Channels/ShortWrite.java
changeset 30046 cf2c86e1819e
parent 5506 202f599c92aa
equal deleted inserted replaced
30045:719de2e9d356 30046:cf2c86e1819e
    23 
    23 
    24 /* @test
    24 /* @test
    25  * @bug 6448457
    25  * @bug 6448457
    26  * @summary Test Channels.newOutputStream returns OutputStream that handles
    26  * @summary Test Channels.newOutputStream returns OutputStream that handles
    27  *     short writes from the underlying channel
    27  *     short writes from the underlying channel
       
    28  * @key randomness
    28  */
    29  */
    29 
    30 
    30 import java.io.OutputStream;
    31 import java.io.OutputStream;
    31 import java.io.IOException;
    32 import java.io.IOException;
    32 import java.nio.ByteBuffer;
    33 import java.nio.ByteBuffer;