< prev index next >

test/java/nio/channels/AsynchronousFileChannel/LotsOfWrites.java

Print this page

        

*** 22,31 **** --- 22,32 ---- */ /* @test * @bug 6913877 * @summary Stress AsynchronousFileChannel.write + * @key randomness */ import java.io.*; import java.nio.ByteBuffer; import static java.nio.file.StandardOpenOption.*;
< prev index next >