Skip to main content
Module

x/zipjs/index.js>SplitZipWriter

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Go to Latest
class SplitZipWriter
Deprecated
Deprecated

Use SplitDataWriter instead.

import { SplitZipWriter } from "https://deno.land/x/zipjs@v2.7.42/index.js";

Represents a Writer instance used to retrieve the written data from a generator of WritableWriter instances (i.e. split zip files).