Class FileImporter.FileImportOptions

java.lang.Object
com.mku.fs.drive.utils.FileImporter.FileImportOptions
Enclosing class:
FileImporter

public static class FileImporter.FileImportOptions extends Object
File importer options
  • Field Details

    • filename

      public String filename
      Override the filename
    • deleteSource

      public boolean deleteSource
      Delete the source file after completion.
    • integrity

      public boolean integrity
      True to enable integrity.
    • onProgressChanged

      public BiConsumer<Long,Long> onProgressChanged
      Callback when progress changes
  • Constructor Details

    • FileImportOptions

      public FileImportOptions()