MCPcopy Create free account
hub / github.com/Stuk/jszip / NodeBufferReader

Function NodeBufferReader

lib/reader/NodeBufferReader.js:5–7  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

3var utils = require("../utils");
4
5function NodeBufferReader(data) {
6 Uint8ArrayReader.call(this, data);
7}
8utils.inherits(NodeBufferReader, Uint8ArrayReader);
9
10/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected