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

6
LINES

< > BotCompany Repo | #1033427 // unpackZipLibrary

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

Libraryless. Click here for Pure Java version (6691L/39K).

static File unpackZipLibrary(S snippetID) {
  File zip = loadLibrary(snippetID);
  File dir = javaxCodeDir("Unpackaged Zip Snippets/" + psI(snippetID));
  zip2dir_overwriteIfDifferentSize(zip, dir);
  ret dir;
}

Author comment

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