Uses 11335K of libraries. Click here for Pure Java version (8915L/57K).
1  | static LineCompCompressor lcFullCompressText(S text, O... _) {
 | 
2  | optPar S fileName = "1";  | 
3  | new LineCompCompressor compressor;  | 
4  | compressor.byteMode = true;  | 
5  | compressor.fullCompression = true;  | 
6  | compressor.toUpper = boolPar toUpper(_);  | 
7  | compressor.balancing = true;  | 
8  | compressor.verify = false;  | 
9  | compressor.loadTexts(litmap(fileName, text));  | 
10  | compressor.run();  | 
11  | ret compressor;  | 
12  | }  | 
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: | 438 / 583 | 
| Version history: | 4 change(s) | 
| Referenced in: | [show references] |