Searched defs:writeUInt8 (Results 1 – 5 of 5) sorted by relevance
55 writeUInt8: UINT8, property
398 this.writeUInt8 = function (...args) { method in mockBuffer.BufferClass
400 writeUInt8(value, offset) { method in SmartBuffer
746 function writeUInt8(value, offset = 0) { function
1047 writeUInt8(value: number, offset: number): number; method