Uses 11335K of libraries. Click here for Pure Java version (8915L/57K).
static LineCompCompressor lcFullCompressText(S text, O... _) { optPar S fileName = "1"; new LineCompCompressor compressor; compressor.byteMode = true; compressor.fullCompression = true; compressor.toUpper = boolPar toUpper(_); compressor.balancing = true; compressor.verify = false; compressor.loadTexts(litmap(fileName, text)); compressor.run(); ret compressor; }
Began life as a copy of #1029266
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: | #1029317 | 
| Snippet name: | lcFullCompressText - balancing | 
| Eternal ID of this version: | #1029317/5 | 
| Text MD5: | 4a1f1eba2dbec327b256d192ccecd3d2 | 
| Transpilation MD5: | 345d8f9c3c9d2787f81d56bfb1b2af49 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2020-10-13 14:22:04 | 
| Source code size: | 395 bytes / 12 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 437 / 582 | 
| Version history: | 4 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |