Libraryless. Click here for Pure Java version (4822L/28K).
1 | static File loadBinaryPageToDefaultFileUnlessExists(S url) { |
2 | File file = defaultFileForDownloadedURL(url); |
3 | if (!file.exists()) |
4 | loadBinaryPageToFile(url, file); |
5 | ret file; |
6 | } |
Began life as a copy of #1032192
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
Snippet ID: | #1032473 |
Snippet name: | loadBinaryPageToDefaultFileUnlessExists |
Eternal ID of this version: | #1032473/1 |
Text MD5: | da80fba389f9498b7d196d6fa6c48cd5 |
Transpilation MD5: | 525510cb2684b74ee20f9c6394a530ac |
Author: | stefan |
Category: | javax / networking |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-09-08 07:32:45 |
Source code size: | 186 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 131 / 197 |
Referenced in: | [show references] |