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)); }
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: | 325 / 431 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |