Skip to main content
Module

std/archive/tar.ts>TarEntry

Deno standard library
Go to Latest
class TarEntry
implements Reader
import { TarEntry } from "https://deno.land/std@0.152.0/archive/tar.ts";

Constructors

new
TarEntry(
meta: TarMeta,
header: TarHeader,
reader: Reader | (Reader & Deno.Seeker),
)

Properties

readonly
consumed: boolean

Methods

read(p: Uint8Array): Promise<number | null>