Skip to content

writeInt64

writeInt64(value) → binary · Binary

Write a 64-bit integer to binary (big endian).

  • value (required): integer value
utlx
writeInt64(1000000000)                   // 8 bytes of binary data

X-Z

Released under AGPL-3.0.