Class FileOutputStreamPlus

    • Constructor Detail

      • FileOutputStreamPlus

        public FileOutputStreamPlus​(java.lang.String path)
                             throws java.nio.file.NoSuchFileException
        Throws:
        java.nio.file.NoSuchFileException
      • FileOutputStreamPlus

        public FileOutputStreamPlus​(java.lang.String path,
                                    File.WriteMode mode)
                             throws java.nio.file.NoSuchFileException
        Throws:
        java.nio.file.NoSuchFileException
      • FileOutputStreamPlus

        public FileOutputStreamPlus​(File file)
                             throws java.nio.file.NoSuchFileException
        Throws:
        java.nio.file.NoSuchFileException
      • FileOutputStreamPlus

        public FileOutputStreamPlus​(File file,
                                    File.WriteMode mode)
                             throws java.nio.file.NoSuchFileException
        Throws:
        java.nio.file.NoSuchFileException
      • FileOutputStreamPlus

        public FileOutputStreamPlus​(java.nio.file.Path path)
                             throws java.nio.file.NoSuchFileException
        Throws:
        java.nio.file.NoSuchFileException
      • FileOutputStreamPlus

        public FileOutputStreamPlus​(java.nio.file.Path path,
                                    File.WriteMode mode)
                             throws java.nio.file.NoSuchFileException
        Throws:
        java.nio.file.NoSuchFileException
    • Method Detail

      • sync

        public void sync()
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • getChannel

        public java.nio.channels.FileChannel getChannel()