Skip to main content
Module

x/zipjs/index.d.ts>GetEntriesOptions

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Go to Latest
interface GetEntriesOptions
import { type GetEntriesOptions } from "https://deno.land/x/zipjs@v2.7.42/index.d.ts";

Represents options passed to the constructor of ZipReader, ZipReader#getEntries and ZipReader#getEntriesGenerator.

Properties

optional
filenameEncoding: string

The encoding of the filename of the entry.

optional
commentEncoding: string

The encoding of the comment of the entry.

Methods

optional
decodeText(value: Uint8Array, encoding: string): string

Decodes the filename and the comment of the entry.