static void bunzip(File f1, File f2) { File temp = new File(f2s(f2) + "_temp"); stream2file(bunzip2stream(f1), temp); f2.delete(); temp.renameTo(f2); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1008020 |
| Snippet name: | bunzip |
| Eternal ID of this version: | #1008020/2 |
| Text MD5: | 4b2b5c3bc977dcb0cff96124560fd539 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-04-20 19:05:57 |
| Source code size: | 164 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 683 / 679 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |