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

Function Uint8ArrayReader

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

Source from the content-addressed store, hash-verified

13657var DataReader = require('./dataReader');
13658
13659function Uint8ArrayReader(data) {
13660 if (data) {
13661 this.data = data;
13662 this.length = this.data.length;
13663 this.index = 0;
13664 }
13665}
13666Uint8ArrayReader.prototype = new DataReader();
13667/**
13668 * @see DataReader.byteAt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected