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

7
LINES

< > BotCompany Repo | #1023287 // imageSnippetCacheFile

JavaX fragment (include)

static File imageSnippetCacheFile(S snippetID) {
  File dir = imageSnippetsCacheDir();
  ifndef Android
  if (!loadBufferedImage_useImageCache) null;
  endifndef
  ret new File(dir, parseSnippetID(snippetID) + ".png");
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023287
Snippet name: imageSnippetCacheFile
Eternal ID of this version: #1023287/3
Text MD5: 14d2c18106bbce793df019e4f8051498
Author: stefan
Category: javax / android
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-24 14:16:57
Source code size: 226 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 197 / 251
Version history: 2 change(s)
Referenced in: [show references]