writeFilesToZip

fun File.writeFilesToZip(files: List<File>, bufferSize: Int = 1024)(source)

Executes the writeFilesToZip step in the SDAI core common layer.

Author

Dmitriy Moroz

Parameters

files

files used by the operation.

bufferSize

buffer size value consumed by the API.