1 | static S uploadToFileServer(S path) { |
2 | ret uploadFileToFileServer(path); |
3 | } |
4 | |
5 | static S uploadToFileServer(File f) { |
6 | ret uploadFileToFileServer(f); |
7 | } |
8 | |
9 | |
10 | |
11 | // TODO: optimize |
12 | static S uploadToFileServer(File f, S name) { |
13 | ret uploadFileToFileServer(f, name); |
14 | } |
15 | |
16 | sS uploadToFileServer(S name, File f) { |
17 | ret uploadFileToFileServer(f, name); |
18 | } |
19 | |
20 | static S uploadToFileServer(byte[] data, S name) { |
21 | ret uploadFileToFileServer(data, name); |
22 | } |
23 | |
24 | static S uploadToFileServer(S name, byte[] data) { |
25 | ret uploadFileToFileServer(data, name); |
26 | } |
download show line numbers debug dex old transpilations
Travelled to 17 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, nazvggbglmsf, omdjrrnzbjjv, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018573 |
Snippet name: | uploadToFileServer - synonym of uploadFileToFileServer |
Eternal ID of this version: | #1018573/4 |
Text MD5: | b1228a3c0b81ee3f4d6fc2d366b14fde |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-11-27 15:50:07 |
Source code size: | 556 bytes / 26 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 417 / 540 |
Version history: | 3 change(s) |
Referenced in: | [show references] |