Class: SalmonFileImporter

SalmonFileImporter(bufferSize, threads)

Imports files to a drive. Make sure you use setWorkerPath() with the correct worker script.

Constructor

new SalmonFileImporter(bufferSize, threads)

Constructs a file importer that can be used to import files to the drive
Parameters:
Name Type Description
bufferSize Buffer size to be used when encrypting files. If using integrity this value has to be a multiple of the Chunk size. If not using integrity it should be a multiple of the AES block size for better performance
threads The threads to use
Source:

Classes

SalmonFileImporter