src/java.base/share/classes/java/io/FileOutputStream.java
changeset 52427 3c6aa484536c
parent 52149 0edbbc64393c
child 58242 94bb65cb37d3
child 58678 9cf78a70fa4f
equal deleted inserted replaced
52426:38bf0c9c4e64 52427:3c6aa484536c
    24  */
    24  */
    25 
    25 
    26 package java.io;
    26 package java.io;
    27 
    27 
    28 import java.nio.channels.FileChannel;
    28 import java.nio.channels.FileChannel;
    29 import jdk.internal.misc.SharedSecrets;
    29 import jdk.internal.access.SharedSecrets;
    30 import jdk.internal.misc.JavaIOFileDescriptorAccess;
    30 import jdk.internal.access.JavaIOFileDescriptorAccess;
    31 import sun.nio.ch.FileChannelImpl;
    31 import sun.nio.ch.FileChannelImpl;
    32 
    32 
    33 
    33 
    34 /**
    34 /**
    35  * A file output stream is an output stream for writing data to a
    35  * A file output stream is an output stream for writing data to a