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

11
LINES

< > BotCompany Repo | #1035983 // bunzipToText - unoptimized

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

Uses 865K of libraries. Click here for Pure Java version (10983L/62K).

sS bunzipToText(S dataID) {
  ret fromUtf8(bunzipBytes(loadLibrary(dataID)));
}

sS bunzipToText(File f) {
  ret fromUtf8(bunzipBytes(f));
}

sS gunzipToText(byte[] data) {
  ret fromUtf8(bunzipBytes(data));
}

Author comment

Began life as a copy of #1000679

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1035983
Snippet name: bunzipToText - unoptimized
Eternal ID of this version: #1035983/3
Text MD5: c3b0cddfbe5e6c0c8418e8273cbb3167
Transpilation MD5: 6a226236df572fadecc75b2fceeaca62
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-08-21 01:23:52
Source code size: 219 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 50 / 80
Version history: 2 change(s)
Referenced in: [show references]