getFileMD5

open fun getFileMD5(filePath: String): Array<Byte>

Return the MD5 of file.

Return

the md5 of file

Parameters

filePath

The path of file.

open fun getFileMD5(file: File): Array<Byte>

Return the MD5 of file.

Return

the md5 of file

Parameters

file

The file.