Libraryless. Click here for Pure Java version (4018L/27K).
1 | sS loadTextFileFromZipSnippet(S snippetID, S path) { |
2 | ret loadTextFileFromZip(loadLibrary(snippetID), path); |
3 | } |
4 | |
5 | // take first entry |
6 | sS loadTextFileFromZipSnippet(S snippetID) { |
7 | File f = loadLibrary(snippetID); |
8 | ret loadTextFileFromZip(f, firstZipEntry(f).getName()); |
9 | } |
Began life as a copy of #1020227
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: | #1021170 |
Snippet name: | loadTextFileFromZipSnippet |
Eternal ID of this version: | #1021170/3 |
Text MD5: | d26fef809685c70a23f13323a2249ef7 |
Transpilation MD5: | 79e2fed5f64284bc4da2108d8ad51606 |
Author: | stefan |
Category: | javax / imaging |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-09-16 18:05:39 |
Source code size: | 280 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 366 / 474 |
Version history: | 2 change(s) |
Referenced in: | [show references] |