Libraryless. Click here for Pure Java version (5534L/35K).
svoid lineCompToZip(File in, File out) { LineCompReader lcr = new(in); temp ZipOutputStream zip = newZipOutputStream(out); for (S version : lcr.versions()) zip_addTextFile(zip, version, lcr.getText(version)); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028221 |
| Snippet name: | lineCompToZip |
| Eternal ID of this version: | #1028221/2 |
| Text MD5: | 8663377bdb770290282dc585942e7287 |
| Transpilation MD5: | df78bde20c6a5a2d543f4b5ec72fa860 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-27 01:06:05 |
| Source code size: | 225 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 393 / 532 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |