Documentation for method write-int32
assembled from the following pages:
Role: Buf §
From Buf
(Buf) method write-int32 §
Defined as:
method write-int32(buf8: uint , int32 , = NativeEndian --> Nil)
Writes a signed 32-bit integer value at the given position with the given endianness.
Role: Buf §
From Buf
(Buf) method write-int32 §
Defined as:
method write-int32(buf8: uint , int32 , = NativeEndian --> buf8)
Writes a signed 32-bit integer value at the given position with the given endianness.