< prev index next >

test/java/nio/file/Files/SBC.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @test * @bug 4313887 * @summary Unit test for java.nio.file.Files.newByteChannel * @library .. + * @modules java.base/com.sun.nio.file */ import java.nio.ByteBuffer; import java.nio.file.*; import static java.nio.file.StandardOpenOption.*;
< prev index next >