Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1028766 // lcString2 [uses byteMode]

JavaX fragment (include) [tags: use-pretranspiled]

Uses 11335K of libraries. Click here for Pure Java version (8267L/53K).

static LineCompedSingle<Char> lcString2(LineCompCompressor compressor default new LineCompCompressor, S text) {
  SS data = litmap("" := text);
  compressor.byteMode = true;
  compressor.loadTexts(data);
  compressor.verify = true;
  compressor.run();
  ret lineCompedSingleFromCompressor(compressor);
}

Author comment

Began life as a copy of #1028258

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: #1028766
Snippet name: lcString2 [uses byteMode]
Eternal ID of this version: #1028766/3
Text MD5: 4e503283f8bb3503ef14c707de901f12
Transpilation MD5: 188aa08b48d0bdeccf10c4ff7ec51adb
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-23 19:06:32
Source code size: 310 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 137 / 218
Version history: 2 change(s)
Referenced in: [show references]