Uses 865K of libraries. Click here for Pure Java version (10983L/62K).
1 | sS bunzipToText(S dataID) { |
2 | ret fromUtf8(bunzipBytes(loadLibrary(dataID))); |
3 | } |
4 | |
5 | sS bunzipToText(File f) { |
6 | ret fromUtf8(bunzipBytes(f)); |
7 | } |
8 | |
9 | sS gunzipToText(byte[] data) { |
10 | ret fromUtf8(bunzipBytes(data)); |
11 | } |
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: | 114 / 175 |
Version history: | 2 change(s) |
Referenced in: | [show references] |