Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1026062 // fileMD5 - synonym of md5OfFile

JavaX fragment (include)


static S fileMD5(S path) {
  ret md5OfFile(path);
}



static S fileMD5(File f) {
  ret md5OfFile(f);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1026062
Snippet name: fileMD5 - synonym of md5OfFile
Eternal ID of this version: #1026062/1
Text MD5: d24de409caa2fd05645d78ca8e79202d
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-18 20:49:29
Source code size: 109 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 108 / 138
Referenced in: [show references]