Searched defs:readUInt32BE (Results 1 – 4 of 4) sorted by relevance
306 function readUInt32BE(offset = 0) { function1084 readUInt32BE, property
268 this.readUInt32BE = function (...args) { method in mockBuffer.BufferClass
360 readUInt32BE(offset) { method in SmartBuffer
1281 readUInt32BE(offset: number): number; method