Libraryless. Click here for Pure Java version (15219L/89K).
static byte[] huffmanCompressByteArray(byte[] data) { ret new HuffmanByteArray(data).toByteArray(); }
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: | #1035695 |
Snippet name: | huffmanCompressByteArray |
Eternal ID of this version: | #1035695/1 |
Text MD5: | 76b89b31ebe227bd3de066423680878a |
Transpilation MD5: | f7bd59b13213fe34ce22538ab1aaf46a |
Author: | stefan |
Category: | javax / compression |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-07-09 20:40:53 |
Source code size: | 105 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 117 / 166 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1035886 - huffmanSize - size in bytes after Huffman compression |