< prev index next >

test/java/nio/channels/Channels/ShortWrite.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @test * @bug 6448457 * @summary Test Channels.newOutputStream returns OutputStream that handles * short writes from the underlying channel + * @key randomness */ import java.io.OutputStream; import java.io.IOException; import java.nio.ByteBuffer;
< prev index next >