MCPcopy Create free account
hub / github.com/TruthHun/BookStack / NodeBufferReader

Function NodeBufferReader

static/word2md/mammoth.browser.js:12635–12639  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

12633var Uint8ArrayReader = require('./uint8ArrayReader');
12634
12635function NodeBufferReader(data) {
12636 this.data = data;
12637 this.length = this.data.length;
12638 this.index = 0;
12639}
12640NodeBufferReader.prototype = new Uint8ArrayReader();
12641
12642/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected