Uses 113K of libraries. Click here for Pure Java version (2486L/16K).
lib 1400408 // xz java import org.tukaani.xz.*; static InputStream xzInputStream(InputStream in) ctex { ret new XZInputStream(in); } static InputStream xzInputStream(File f) ctex { ret xzInputStream(newFileInputStream(f)); }
Began life as a copy of #1004695
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: | #1028984 |
Snippet name: | xzInputStream - xz decompressor input stream |
Eternal ID of this version: | #1028984/1 |
Text MD5: | c2cb304afcfa502b57ad0093b817ec6c |
Transpilation MD5: | 72c9e674324e170b08814acaf5293cde |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-16 15:08:47 |
Source code size: | 241 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 206 / 269 |
Referenced in: | [show references] |