pub fn dir<W, P>(buf: W, path: P) -> Result<()>where W: Write, P: AsRef<Path>,
Writes a gunzip encoded tarball to buf from entries found in path.
buf
path