static File loadBinarySnippet(String snippetID) ctex { long id = parseSnippetID(snippetID); File f = DiskSnippetCache_getLibrary(id); if (f == null) { byte[] data = loadDataSnippetImpl(snippetID); DiskSnippetCache_putLibrary(id, data); f = DiskSnippetCache_getLibrary(id); } return f; }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1000677 |
Snippet name: | loadBinarySnippet |
Eternal ID of this version: | #1000677/1 |
Text MD5: | bb80c478229deac0b3eac29be3bbdc84 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-08-22 00:27:41 |
Source code size: | 317 bytes / 10 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 635 / 2817 |
Referenced in: | [show references] |