equal
deleted
inserted
replaced
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; |