Searched defs:readUInt16BE (Results 1 – 4 of 4) sorted by relevance
329 function readUInt16BE(offset = 0) { function1083 readUInt16BE, property
258 this.readUInt16BE = function (...args) { method in mockBuffer.BufferClass
342 readUInt16BE(offset) { method in SmartBuffer
1279 readUInt16BE(offset: number): number; method