Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
alt-nodejs6
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
tar
/
examples
/
File Content:
extracter.js
var tar = require("../tar.js") , fs = require("fs") function onError(err) { console.error('An error occurred:', err) } function onEnd() { console.log('Extracted!') } var extractor = tar.Extract({path: __dirname + "/extract"}) .on('error', onError) .on('end', onEnd); fs.createReadStream(__dirname + "/../test/fixtures/c.tar") .on('error', onError) .pipe(extractor);
Submit
FILE
FOLDER
Name
Size
Permission
Action
extracter.js
385 bytes
0644
packer.js
488 bytes
0644
reader.js
1004 bytes
0644
N4ST4R_ID | Naxtarrr