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