Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denjucks/src/deps/path/std/archive/tar.ts>Tar

Deno templating engine
Latest
class Tar
import { Tar } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/archive/tar.ts";

A class to create a tar archive

Constructors

new
Tar(recordsPerBlock?: number)

Properties

private
blockSize: number
out: Uint8Array
written: number

Methods

append(fn: string, opts: TarOptions): Promise<void>

Append a file to this tar archive

Get a Reader instance for this tar data