< prev index next >

test/java/nio/channels/FileChannel/Pwrite.java

Print this page

        

*** 22,31 **** --- 22,32 ---- */ /* @test * @bug 4862411 * @summary Test positional write method of FileChannel + * @key randomness */ import java.io.*; import java.nio.ByteBuffer; import java.nio.CharBuffer;
< prev index next >