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

3
LINES

< > BotCompany Repo | #1035690 // stringFromHuffmanBytes

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

Libraryless. Click here for Pure Java version (15228L/89K).

sS stringFromHuffmanBytes(byte[] compressed) {
  ret fromUtf8(new HuffmanByteArray().load(compressed)!);
}

Author comment

Began life as a copy of #1035688

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035690
Snippet name: stringFromHuffmanBytes
Eternal ID of this version: #1035690/2
Text MD5: 1ea3dea2b382542291c09433d6406a74
Transpilation MD5: 4c8c8e09ae4194164e492501ce96db86
Author: stefan
Category: javax / compression
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-06 21:57:41
Source code size: 108 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 64 / 97
Version history: 1 change(s)
Referenced in: [show references]