1 | lib 1004342 // lzma java |
2 | |
3 | static InputStream lzmaInputStream(S snippetID) ctex { |
4 | ret lzmaInputStream(new FileInputStream(loadLibrary(snippetID))); |
5 | } |
6 | |
7 | static InputStream lzmaInputStream(InputStream in) ctex { |
8 | ret new lzma.streams.LzmaInputStream(in, new lzma.sdk.lzma.Decoder()); |
9 | } |
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: | 767 / 818 |
Version history: | 2 change(s) |
Referenced in: | [show references] |