Uses 113K of libraries. Click here for Pure Java version (2486L/16K).
1 | lib 1400408 // xz java |
2 | |
3 | import org.tukaani.xz.*; |
4 | |
5 | static InputStream xzInputStream(InputStream in) ctex {
|
6 | ret new XZInputStream(in); |
7 | } |
8 | |
9 | static InputStream xzInputStream(File f) ctex {
|
10 | ret xzInputStream(newFileInputStream(f)); |
11 | } |
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: | 421 / 525 |
| Referenced in: | [show references] |