Libraryless. Click here for Pure Java version (6691L/39K).
1 | static File unpackZipLibrary(S snippetID) {
|
2 | File zip = loadLibrary(snippetID); |
3 | File dir = javaxCodeDir("Unpackaged Zip Snippets/" + psI(snippetID));
|
4 | zip2dir_overwriteIfDifferentSize(zip, dir); |
5 | ret dir; |
6 | } |
Began life as a copy of #1032373
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033427 |
| Snippet name: | unpackZipLibrary |
| Eternal ID of this version: | #1033427/1 |
| Text MD5: | 03ea3d222da07a6b9424aeb298443b17 |
| Transpilation MD5: | 343c931fc84c1a5ae80b24ab578e8f1b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-27 13:35:58 |
| Source code size: | 216 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 365 / 480 |
| Referenced in: | [show references] |