Class FileExporter.FileExportOptions

java.lang.Object
com.mku.fs.drive.utils.FileExporter.FileExportOptions
Enclosing class:
FileExporter

public static class FileExporter.FileExportOptions 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

    • FileExportOptions

      public FileExportOptions()