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

x/zipjs/lib/zip-fs.js>SplitZipReader

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
class SplitZipReader
extends Reader
Re-export
import { SplitZipReader } from "https://deno.land/x/zipjs@v2.6.33/lib/zip-fs.js";

Constructors

new
SplitZipReader(readers)

Methods

readUint8Array(
offset,
length,
diskNumber?,
)