/ Published in: Groovy
Groovy fileToMd5
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
aFile.withInputStream{ inpStream -> digest.update(buffer, 0, read); } } }