Searched refs:Uint8ArrayReader (Results 1 – 3 of 3) sorted by relevance
607 var Uint8ArrayReader = _dereq_('./uint8ArrayReader');614 NodeBufferReader.prototype = new Uint8ArrayReader();1633 function Uint8ArrayReader(data) { function1640 Uint8ArrayReader.prototype = new DataReader(); class1644 Uint8ArrayReader.prototype.byteAt = function(i) {1650 Uint8ArrayReader.prototype.lastIndexOfSignature = function(sig) {1666 Uint8ArrayReader.prototype.readData = function(size) {1676 module.exports = Uint8ArrayReader;2257 var Uint8ArrayReader = _dereq_('./uint8ArrayReader');2459 this.reader = new Uint8ArrayReader(utils.transformTo("uint8array", data));
1915 var Uint8ArrayReader = require("./Uint8ArrayReader");1919 Uint8ArrayReader.call(this, data);1921 utils.inherits(NodeBufferReader, Uint8ArrayReader);1979 function Uint8ArrayReader(data) { function1982 utils.inherits(Uint8ArrayReader, ArrayReader);1986 Uint8ArrayReader.prototype.readData = function(size) { class1996 module.exports = Uint8ArrayReader;2006 var Uint8ArrayReader = require("./Uint8ArrayReader");2023 return new Uint8ArrayReader(utils.transformTo("uint8array", data));
52699 var Uint8ArrayReader = require('./Uint8ArrayReader');52704 Uint8ArrayReader.call(this, data);52707 utils.inherits(NodeBufferReader, Uint8ArrayReader);52779 function Uint8ArrayReader(data) {52783 utils.inherits(Uint8ArrayReader, ArrayReader);52788 Uint8ArrayReader.prototype.readData = function (size) {52801 module.exports = Uint8ArrayReader;52816 var Uint8ArrayReader = require('./Uint8ArrayReader');52837 return new Uint8ArrayReader(utils.transformTo("uint8array", data));