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

6
LINES

< > BotCompany Repo | #1032473 // loadBinaryPageToDefaultFileUnlessExists

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4822L/28K).

static File loadBinaryPageToDefaultFileUnlessExists(S url) {
  File file = defaultFileForDownloadedURL(url);
  if (!file.exists())
    loadBinaryPageToFile(url, file);
  ret file;
}

Author comment

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: 74 / 119
Referenced in: [show references]