Searched defs:writeUInt8 (Results 1 – 6 of 6) sorted by relevance
55 writeUInt8: UINT8, property
398 this.writeUInt8 = function (...args) { method in mockBuffer.BufferClass
400 writeUInt8(value, offset) { method in SmartBuffer
749 function writeUInt8(value, offset = 0) { function
1295 writeUInt8(value: number, offset: number): number; method
1440 Buffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) { method in Buffer