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 |