var spawn = .,
util = ,
ResponseStream = .;
/**
* Accepts a writable stream, i.e. fs.WriteStream, and returns a StreamStack
* whose 'write()' calls are transparently sent to a 'gzip' process before
* being written to the target stream.
*/
var GzipEncode =
util.;
;
;
;
exports. = GzipEncoderStack;
. = 6;