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

4
LINES

< > BotCompany Repo | #1019889 // md5OfFile_throughString - go through UTF8 conversion

JavaX fragment (include)

static S md5OfFile_throughString(File f) {
  if (!f.exists()) ret "-";
  ret md5(loadTextFile(f));
}

Author comment

Began life as a copy of #1016251

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019889
Snippet name: md5OfFile_throughString - go through UTF8 conversion
Eternal ID of this version: #1019889/3
Text MD5: 36eae6f6d971f7a23f4fdea15ec6af54
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-30 19:04:06
Source code size: 103 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 219 / 240
Version history: 2 change(s)
Referenced in: [show references]