write-int16
ErrorsCollection

write-int16

Synthesised documentation from type/Buf type/Buf

From type/Buf

See Original text in context

method write-int16(buf8:D: uint $posint16 $value$endian = NativeEndian --> Nil)

Writes a signed 16-bit integer value at the given position with the given endianness.

From type/Buf

See Original text in context

method write-int16(buf8: uint $posint16 $value$endian = NativeEndian --> buf8:D)

Writes a signed 16-bit integer value at the given position with the given endianness.