Uses 87K of libraries. Click here for Pure Java version (59L/1K).
1 | lib 1400573 // snappy |
2 | |
3 | import org.xerial.snappy.Snappy; |
4 | |
5 | static byte[] snappyDecompress(byte[] data) ctex { |
6 | ret Snappy.uncompress(data); |
7 | } |
Began life as a copy of #1035067
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035068 |
Snippet name: | snappyDecompress |
Eternal ID of this version: | #1035068/1 |
Text MD5: | 28ffd014851ad4073747a4fda968af8b |
Transpilation MD5: | 34bb9ae2e772d796902c3dc43954b581 |
Author: | stefan |
Category: | javax / compression |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-03-28 15:20:27 |
Source code size: | 146 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 109 / 156 |
Referenced in: | [show references] |