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

7
LINES

< > BotCompany Repo | #1020606 // saveBinaryFilePart_base64

JavaX fragment (include)

svoid saveBinaryFilePart_base64(File f, long start, S data) {
  saveBinaryFilePart(f, start, base64decode(data));
}

svoid saveBinaryFilePart_base64(S path, long start, S data) {
  saveBinaryFilePart(path, start, base64decode(data));
}

Author comment

Began life as a copy of #1020605

download  show line numbers  debug dex  old transpilations   

Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jozkyjcghlvl, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020606
Snippet name: saveBinaryFilePart_base64
Eternal ID of this version: #1020606/2
Text MD5: 6ab18f35c41faef94c42c237a73323d6
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-30 18:06:35
Source code size: 241 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 183 / 273
Version history: 1 change(s)
Referenced in: [show references]