Skip to content

writeInt32

writeInt32(value) → binary · Binary

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

  • value (required): integer value
utlx
writeInt32(65536)                        // 4 bytes of binary data

Released under AGPL-3.0.