method write-int64
1 | role Buf |
1.1 | (Buf) method write-int64 |
2 | role Buf |
2.1 | (Buf) method write-int64 |
Documentation for method write-int64
assembled from the following types:
role Buf
From Buf
(Buf) method write-int64
Defined as:
method write-int64(buf8: uint , Int , = NativeEndian --> Nil)
Writes a signed 64-bit integer value at the given position with the given endianness.
role Buf
From Buf
(Buf) method write-int64
Defined as:
method write-int64(buf8: uint , Int , = NativeEndian --> buf8)
Writes a signed 64-bit integer value at the given position with the given endianness.