lib 1004342 // lzma java static InputStream lzmaInputStream(S snippetID) ctex { ret lzmaInputStream(new FileInputStream(loadLibrary(snippetID))); } static InputStream lzmaInputStream(InputStream in) ctex { ret new lzma.streams.LzmaInputStream(in, new lzma.sdk.lzma.Decoder()); }
Began life as a copy of #1004346
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1004695 |
Snippet name: | lzmaInputStream - LZMA decompressor input stream for a snippet |
Eternal ID of this version: | #1004695/3 |
Text MD5: | 330cf9157f4c57daab37157eb4bff24e |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-05-30 18:50:50 |
Source code size: | 292 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 766 / 816 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1028983 - xzOutputStream #1028984 - xzInputStream - xz decompressor input stream |