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

9
LINES

< > BotCompany Repo | #1028051 // saveFile - synonym of saveBinaryFile

JavaX fragment (include)

 static byte[] saveFile(String fileName, byte[] contents) {
  ret saveBinaryFile(fileName, contents);
}



static byte[] saveFile(File fileName, byte[] contents) {
  ret saveBinaryFile(fileName, contents);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1028051
Snippet name: saveFile - synonym of saveBinaryFile
Eternal ID of this version: #1028051/1
Text MD5: 8b55a89e8cace70bb655885054bfc4c7
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-14 10:51:48
Source code size: 209 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 97 / 129
Referenced in: [show references]