< prev index next >

src/java.base/share/classes/java/io/FileOutputStream.java

Print this page

        

*** 24,35 **** */ package java.io; import java.nio.channels.FileChannel; ! import jdk.internal.misc.SharedSecrets; ! import jdk.internal.misc.JavaIOFileDescriptorAccess; import sun.nio.ch.FileChannelImpl; /** * A file output stream is an output stream for writing data to a --- 24,35 ---- */ package java.io; import java.nio.channels.FileChannel; ! import jdk.internal.access.SharedSecrets; ! import jdk.internal.access.JavaIOFileDescriptorAccess; import sun.nio.ch.FileChannelImpl; /** * A file output stream is an output stream for writing data to a
< prev index next >