Class FileRenameInformation

    • Constructor Detail

      • FileRenameInformation

        public FileRenameInformation​(boolean replaceIfExists,
                                     long rootDirectory,
                                     java.lang.String fileName)
    • Method Detail

      • isReplaceIfExists

        public boolean isReplaceIfExists()
      • getRootDirectory

        public long getRootDirectory()
      • getFileNameLength

        public int getFileNameLength()
      • getFileName

        public java.lang.String getFileName()