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