Documentation for method write-int8
assembled from the following pages:
Role: Buf §
From Buf
(Buf) method write-int8 §
Defined as:
method write-int8(buf8: uint , int8 , = NativeEndian --> Nil)
Writes a signed 8-bit integer value at the given position. The $endian
parameter has no meaning, but is available for consistency.
Role: Buf §
From Buf
(Buf) method write-int8 §
Defined as:
method write-int8(buf8: uint , int8 , = NativeEndian --> buf8)
Writes a signed 8-bit integer value at the given position. The $endian
parameter has no meaning, but is available for consistency.