Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1004346 // lzmaDecompress - decompress a .lzma snippet to file

JavaX fragment (include)

static void lzmaDecompress(S snippetID, File outFile) ctex {
  InputStream in = lzmaInputStream(snippetID);
  saveStream(in, outFile);
  print("LZMA Decompress | " + outFile.getAbsolutePath() + ": " + outFile.length() + " bytes written");
}

Author comment

Began life as a copy of #1004344

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: #1004346
Snippet name: lzmaDecompress - decompress a .lzma snippet to file
Eternal ID of this version: #1004346/3
Text MD5: 81e1fee6025ef858e4463c049862c045
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:51:15
Source code size: 246 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 524 / 519
Version history: 2 change(s)
Referenced in: [show references]