1 | static void saveBinaryPageToFile(S url, File file) { |
2 | loadBinaryPageToFile(url, file); |
3 | } |
4 | |
5 | |
6 | |
7 | static void saveBinaryPageToFile(URLConnection con, File file) { |
8 | loadBinaryPageToFile(con, file); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1016393 |
| Snippet name: | saveBinaryPageToFile - synonym of loadBinaryPageToFile |
| Eternal ID of this version: | #1016393/1 |
| Text MD5: | 3cd5af1bab1bc7c5bdbfe9acbe8ef1cb |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-16 18:59:48 |
| Source code size: | 196 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 667 / 684 |
| Referenced in: | [show references] |