Skip to content

writeByte

writeByte(value) → binary · Binary

Write a single byte value to binary.

  • value (required): byte value (0-255)
utlx
writeByte(65)                            // binary containing byte 0x41

Released under AGPL-3.0.