Interface FileUtils.CollocatedTempFile

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void move()
      Atomically moves temp file to target file it is collocated with.
      • Methods inherited from interface java.io.Closeable

        close
    • Method Detail

      • move

        void move()
           throws java.io.IOException
        Atomically moves temp file to target file it is collocated with.
        Throws:
        java.io.IOException