< prev index next >

test/java/nio/channels/FileChannel/Size.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @test * @bug 4563125 * @summary Test size method of FileChannel * @run main/othervm Size + * @key randomness */ import java.io.*; import java.nio.MappedByteBuffer; import java.nio.channels.*;
< prev index next >